Skip to content

Commit

Permalink
python310Packages.hahomematic: 2022.8.11 -> 2022.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2022
1 parent 147d546 commit 4c59b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hahomematic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "hahomematic";
version = "2022.8.11";
version = "2022.8.12";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-hGB9nmMFdn6vdehq/eTexOcuU7aBAe8BhrRpyfqEWtI=";
sha256 = "sha256-p5qnDLieFZa2Vp1KK1HkXJwGEGpZMfGdEITNz+YtnGk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 4c59b1b

Please sign in to comment.