Merge pull request #316684 from r-ryantm/auto-update/python311Packages.plugwise

python311Packages.plugwise: 0.37.9 -> 0.38.0
This commit is contained in:
Fabian Affolter 2024-06-04 09:19:46 +02:00 committed by GitHub
commit e8fd573012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.37.9";
version = "0.38.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-8o2cTGkoYLrHQsAWnTg7cj9bJ+Wv1/lbHJiZ50jjFxo=";
hash = "sha256-IearyHkIH3iJyIGqdJetg3cu0kvEpZLgI0sotxpQWyw=";
};
postPatch = ''