python311Packages.plugwise: 0.35.1 -> 0.35.3

https://github.com/plugwise/python-plugwise/releases/tag/v0.35.3
This commit is contained in:
Martin Weinelt
2023-12-13 20:54:34 +01:00
parent 1ef6715530
commit 68f4b58fbc
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.35.1";
version = "0.35.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-eHJQXLiuWmJo/Eo4B8gEo44rwpPA7ASjxKSmdu6Tv9M=";
hash = "sha256-DCG1sKpUUV2/2mVJ2ltCkzCxQxAkDtxzNX6uMSpJhi4=";
};
propagatedBuildInputs = [