python312Packages.plugwise: 1.6.2 -> 1.6.0

https://github.com/plugwise/python-plugwise/releases/tag/v1.6.0
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:27 +01:00
parent 5e402658bb
commit 3b957f011d
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.6.2";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-rVal/w7ZPKjdCXTeCy6NHDlrCaKDdmJkeusUdW0BRXI=";
hash = "sha256-+pnKcjqS9kIRjC2YRynOqTjTuAXRYOthYWC/CKDqSNc=";
};
postPatch = ''