Skip to content

Commit

Permalink
python310Packages.hahomematic: 2022.8.12 -> 2022.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2022
1 parent 4c59b1b commit 6e4e00a
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.12";
version = "2022.8.13";
format = "pyproject";

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

propagatedBuildInputs = [
Expand Down

0 comments on commit 6e4e00a

Please sign in to comment.