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-06-02 10:25:10 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-06-02 10:25:10 +0200
commit3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72 (patch)
tree70cb74810ffd4ef2b3f024fb852e1b991741f638 /pkgs/development/python-modules/hahomematic/default.nix
parent649707a0f67c2a71ac1a10d0552557f2323b3697 (diff)
downloadnixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar.gz
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar.bz2
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar.lz
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar.xz
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.tar.zst
nixpkgs-3c1d02efe8f672f9c3aa2aa77b92ec2db499fa72.zip
python311Packages.hahomematic: 2023.5.2 -> 2023.6.0
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.5.2...2023.6.0

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.6.0
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 eb1c3bf7e36..1f2ca0e0f7c 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2023.5.2";
+  version = "2023.6.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-4P4ACoXapx1FzUWGCFu8U4iBTG0fUjLTlJXF2HzKyQg=";
+    hash = "sha256-xpkQSQGwf4RZHKwLdrOLW4yzECKY1vwxHYo+o3eOrhE=";
   };
 
   nativeBuildInputs = [