Merge pull request #199850 from fabaff/plugwise-bump

python310Packages.plugwise: 0.25.6 -> 0.25.7
This commit is contained in:
Fabian Affolter 2022-11-06 22:33:39 +01:00 committed by GitHub
commit 9b5ca2087e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.25.6";
version = "0.26.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-n7+cEJC/RIbA4e5b19HncFOhzWhUZ8etxYsiER7zd8E=";
sha256 = "sha256-WDjZZFl64tYZ7cy7xcLEX2/87TJSOw71QSro6cgE98s=";
};
propagatedBuildInputs = [