Skip to content

Commit dad5644

Browse files
authored
python313Packages.pyfritzhome: 0.6.14 -> 0.6.15 (NixOS#383540)
2 parents 9156ca9 + d93bc07 commit dad5644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyfritzhome/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyfritzhome";
14-
version = "0.6.14";
14+
version = "0.6.15";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "hthiery";
2121
repo = "python-fritzhome";
2222
tag = version;
23-
hash = "sha256-49Ap4SSeEMlqOnzd1/oyQ1wKwFVxsC+apx+FVCWqNVI=";
23+
hash = "sha256-UVn+RJRLlLPhhnuJpWv5b15TtY0EkwccE3aj4f/fP6Q=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)