python3Packages.plugwise: 0.23.0 -> 0.24.0

This commit is contained in:
Martin Weinelt 2022-10-05 21:49:09 +02:00
parent 408617b628
commit 701aeabcd9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.23.0";
version = "0.24.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-nLJLp5LnsluZe/pzLvycvjPmPYXGGobZaS5kI70CVa8=";
sha256 = "sha256-WoXBUUe/2XX+CgoZB1o2sj2FIoWS6ECikJWrUSreJUY=";
};
propagatedBuildInputs = [