Fabian Affolter
2024-02-15 17:26:10 +01:00
parent 294ded9e3b
commit 827527eccf
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.37.0";
version = "0.37.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-a/8GVHhVZsK2DD3+mM8UvwkgjMC403Mc9UJSO19AlXs=";
hash = "sha256-6o0g3il4GV6E8avp9V2YrkaVPf2z37asdJOxf6Phbmc=";
};
postPatch = ''