nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pyfritzhome: 0.6.15 -> 0.6.17

https://github.com/hthiery/python-fritzhome/releases/tag/0.6.17

+2 -2
+2 -2
pkgs/development/python-modules/pyfritzhome/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyfritzhome"; 14 - version = "0.6.15"; 14 + version = "0.6.17"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "hthiery"; 21 21 repo = "python-fritzhome"; 22 22 tag = version; 23 - hash = "sha256-UVn+RJRLlLPhhnuJpWv5b15TtY0EkwccE3aj4f/fP6Q="; 23 + hash = "sha256-NYxrw+kkCWhU79nU1t50tGISHUx3sWE/af094Q0ag4I="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];