Merge pull request #232875 from fabaff/plugwise-bump

python311Packages.plugwise: 0.31.3 -> 0.31.4
This commit is contained in:
Mario Rodas 2023-05-19 20:06:38 -05:00 committed by GitHub
commit 2b71be0fa8
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.31.3";
version = "0.31.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-/J61J9r6nhY10aerhZ1+RK9hohV0NYiAve+06ubI8p8=";
hash = "sha256-8DcURUJgngmBE6oPquSAHCsL1J2HAqvbtBcrqfrauHk=";
};
propagatedBuildInputs = [