summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-09 10:37:14 -0400
committerGitHub <noreply@github.com>2023-10-09 10:37:14 -0400
commitffa4e2da136d0aea78f1fc0e1ff8a646edbd6af5 (patch)
treeb5a2e469ac598d123e4f4da6abf0650b94887740 /pkgs/development/python-modules
parent6d631bf6b199ddc410dbf8ddb3f20050c4c29325 (diff)
parentfb884fde6cf2c7c89fffde847508a7b0aee72d68 (diff)
Merge pull request #259921 from fabaff/hahomematic-bump
python311Packages.hahomematic: 2023.10.4 -> 2023.10.6
Diffstat (limited to 'pkgs/development/python-modules')
-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 dba6e4be3c4e..20cdce6f98c9 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "2023.10.4";
+ version = "2023.10.6";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-SDkwKJVymWpl65TGVWpZL0KQhMdnjTLyOR+G3nyRWw0=";
+ hash = "sha256-uNf98q4x1usoYWvbDKt2yuTObyUjGgy7aK+VRrpM8wI=";
};
postPatch = ''