Skip to content

Commit

Permalink
python310Packages.homematicip: 1.0.7 -> 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2022
1 parent a2c9178 commit ddccd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/homematicip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "homematicip";
version = "1.0.7";
version = "1.0.8";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "hahn-th";
repo = "homematicip-rest-api";
rev = "refs/tags/${version}";
hash = "sha256-1nT5P3HNwwEJSSRbl77DXCuPPxGqiVFXNUK6Q3ZiByU=";
hash = "sha256-xltdHxmCiVQopyVw+a/Ra9NaWIujTfqvx7hBx7l104w=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ddccd3a

Please sign in to comment.