python313Packages.pyfritzhome: 0.6.15 -> 0.6.17

https://github.com/hthiery/python-fritzhome/releases/tag/0.6.17
This commit is contained in:
Martin Weinelt
2025-02-24 05:13:51 +01:00
parent 0196c0175e
commit 30b9f7e478
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyfritzhome";
version = "0.6.15";
version = "0.6.17";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "hthiery";
repo = "python-fritzhome";
tag = version;
hash = "sha256-UVn+RJRLlLPhhnuJpWv5b15TtY0EkwccE3aj4f/fP6Q=";
hash = "sha256-NYxrw+kkCWhU79nU1t50tGISHUx3sWE/af094Q0ag4I=";
};
build-system = [ setuptools ];