summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-20 22:55:32 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-20 22:55:32 +0100
commitbd40a077080b958774a584ab633333249980649d (patch)
treee8eec59db31707bafca506929be0d27078924e68 /pkgs/development/python-modules
parent9ec596ce5d1a21894fb0731c4a2d81b1df712b03 (diff)
python311Packages.hahomematic: 2023.11.0 -> 2023.11.1
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.11.0...2023.11.1

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.11.1
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 653bf6a4b1e35..620883eb6cd15 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.11.0";
+  version = "2023.11.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-QslmtmS7zrc0Vbq4XEzbx1XaeL0SuhNjyT3OPlCCf04=";
+    hash = "sha256-C8KznmR3+G38MLQj6Sek7qW9R9yJr8gfcjgNjDyXG7I=";
   };
 
   postPatch = ''