summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-21 16:18:42 +0800
committerGitHub <noreply@github.com>2023-01-21 16:18:42 +0800
commit089441125986637eedb6e9d1a65f494c98f467eb (patch)
treee5c9c032934c7b83a70213bd931f98262c3bc35b
parent88cce6f04ec6979d472f71fe1a58d417c69b3d06 (diff)
parentd856596f07fca9ac498bec3e3fa75d70edba0ec9 (diff)
Merge pull request #211793 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.1.4 -> 2023.1.5
-rw-r--r--pkgs/development/python-modules/hahomematic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix
index 4dffddf57357..2df60fc047b3 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "2023.1.4";
+ version = "2023.1.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -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 = [