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:02:11 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-24 14:02:11 +0200
commit57364435d10b1f8de473b50d2e5c0c901ca52086 (patch)
treef251c3601448232030699ef7bd7c90e6d1a1e923 /pkgs/development/python-modules/hahomematic/default.nix
parentaf74aead0429b8fdba63d8ec6b499dce352720d7 (diff)
downloadnixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar.gz
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar.bz2
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar.lz
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar.xz
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.tar.zst
nixpkgs-57364435d10b1f8de473b50d2e5c0c901ca52086.zip
python311Packages.hahomematic: 2023.8.5 -> 2023.8.6
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.5...2023.8.6

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.6
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 d0dccbdd3ff..defff03d5ae 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.5";
+  version = "2023.8.6";
   format = "pyproject";
 
   disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-CBGbCz2VMQlCcm9tdwKJ6XOjN8uB4v9f84tgs2YEBz4=";
+    hash = "sha256-vwNvTgXahlav3DnHgT3LbPd9gQ+f4vG12BCSc7J48H0=";
   };
 
   nativeBuildInputs = [