summary refs log tree commit diff
path: root/pkgs/development/python-modules/hahomematic/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-24 14:00:58 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-24 14:00:58 +0200
commitaf74aead0429b8fdba63d8ec6b499dce352720d7 (patch)
tree03741b2c57ea6fd1e36dcaa9c6ccbc11120a2289 /pkgs/development/python-modules/hahomematic/default.nix
parentae40138afaf12b2e6266a88487556a84ff451f85 (diff)
downloadnixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar.gz
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar.bz2
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar.lz
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar.xz
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.tar.zst
nixpkgs-af74aead0429b8fdba63d8ec6b499dce352720d7.zip
python311Packages.hahomematic: 2023.8.4 -> 2023.8.5
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.4...2023.8.5

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.5
Diffstat (limited to 'pkgs/development/python-modules/hahomematic/default.nix')
-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 910462fa98f..d0dccbdd3ff 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2023.8.4";
+  version = "2023.8.5";
   format = "pyproject";
 
   disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-Tys+Hiu5V/5lsH+iiZsXX/UPUX/fXmKiPOQmJL/11AI=";
+    hash = "sha256-CBGbCz2VMQlCcm9tdwKJ6XOjN8uB4v9f84tgs2YEBz4=";
   };
 
   nativeBuildInputs = [