Merge pull request #245940 from fabaff/plugwise-bump

python311Packages.plugwise: 0.31.8 -> 0.31.9
This commit is contained in:
Fabian Affolter 2023-07-30 18:11:42 +02:00 committed by GitHub
commit 2c0275a3b4
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.31.8";
version = "0.31.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-glC/2bpjw0SKE6EezWLk9a4otBU21JSxsbIE5/LBGnY=";
hash = "sha256-IRetWNKVzWsrHOphdgV5xmdiubwDx8KOUA7x+BmTt9A=";
};
propagatedBuildInputs = [