Skip to content

Commit

Permalink
Merge pull request NixOS#261364 from fabaff/hahomematic-bump
Browse files Browse the repository at this point in the history
python311Packages.hahomematic: 2023.10.11 -> 2023.10.12
  • Loading branch information
NickCao authored Oct 16, 2023
2 parents 3ba6d09 + 30afcc1 commit 9b3995e
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 @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "hahomematic";
version = "2023.10.11";
version = "2023.10.12";
format = "pyproject";

disabled = pythonOlder "3.11";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9vKXIvCLmdKS+DIR6OY7/gnDdqWZfmi9FOGpbqCMCqA=";
hash = "sha256-mlZlaUcpVflz1mTiI0rIAOnJD5+NqXjsb1xp+wvoQvs=";
};

postPatch = ''
Expand Down

0 comments on commit 9b3995e

Please sign in to comment.