Merge pull request #272099 from r-ryantm/auto-update/python310Packages.plugwise

python310Packages.plugwise: 0.35.3 -> 0.35.4
This commit is contained in:
OTABI Tomoya 2023-12-23 00:31:31 +09:00 committed by GitHub
commit bc1772cd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.35.3";
version = "0.35.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-DCG1sKpUUV2/2mVJ2ltCkzCxQxAkDtxzNX6uMSpJhi4=";
hash = "sha256-5clHLE8QavccxAhBEa6W2yOtWYmQ5oa9ZcctEIKXru4=";
};
propagatedBuildInputs = [