Merge pull request #225584 from fabaff/plugwise-bump

python310Packages.plugwise: 0.27.9 -> 0.27.10
This commit is contained in:
Fabian Affolter 2023-04-10 23:51:22 +02:00 committed by GitHub
commit 2400d68015
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.27.9";
version = "0.27.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-ZxVlMiSMJOr4XxCuSRvTBdcd1295m+d7yqOnNxzRiuI=";
hash = "sha256-KH8bhDS1niMsPZIXuHZIcnbEaywxDjvhNAGTZIdxXG4=";
};
propagatedBuildInputs = [