Skip to content

Commit

Permalink
python310Packages.pyfritzhome: 0.6.5 -> 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 22, 2022
1 parent 2f8b8bc commit 0ea6aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyfritzhome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "pyfritzhome";
version = "0.6.5";
version = "0.6.7";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "hthiery";
repo = "python-fritzhome";
rev = version;
hash = "sha256-0wfC4lQeTghN2uDUO8Rn2+G8BYOh2UfCZBDJmTw6Lb0=";
hash = "sha256-cRG+Dm3KG6no3/OQCZkvISW1yE5azdDVTa5oTV1sRpk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0ea6aaa

Please sign in to comment.