python311Packages.pyfritzhome: 0.6.10 -> 0.6.11

This commit is contained in:
R. Ryantm 2024-04-21 23:31:25 +00:00
parent b8af6d814d
commit 3b142ae5ad
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyfritzhome";
version = "0.6.10";
version = "0.6.11";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "hthiery";
repo = "python-fritzhome";
rev = "refs/tags/${version}";
hash = "sha256-jdv49cpd2ewfrhWzjWM5Uxhaj3UZfOXMMOZeobpXe0E=";
hash = "sha256-YzrRkFa4J3NXdc4W5CHrHvqSVJ8yBGtaf6gRqmiY7gI=";
};
nativeBuildInputs = [