Skip to content

Commit

Permalink
Merge pull request NixOS#211793 from fabaff/hahomematic-bump
Browse files Browse the repository at this point in the history
python310Packages.hahomematic: 2023.1.4 -> 2023.1.5
  • Loading branch information
NickCao authored Jan 21, 2023
2 parents 88cce6f + d856596 commit 0894411
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 @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "hahomematic";
version = "2023.1.4";
version = "2023.1.5";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-2xXdM4iAkr/0lAZqTSjz30/WQ+dvot7gbWfOc/wjO/4=";
sha256 = "sha256-FBsADagMSpuClk23QCi+u7e7bi2EI3PUnYP//nb8AAc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0894411

Please sign in to comment.