python313Packages.plugwise: 1.6.4 -> 1.6.4

https://github.com/plugwise/python-plugwise/releases/tag/v1.6.4
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:51 +01:00
parent 5a95e49012
commit e9eadd94c8
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.6.3";
version = "1.6.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-REWU3ngf93HUVDnyiErML41E+nPoqphfhBKmAYvV2+U=";
hash = "sha256-mzMa+i+DESgOo67SIUBofeY+KoEWdFCcNac7oqEZFgU=";
};
postPatch = ''