about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-03 18:34:43 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-03 18:34:43 +0200
commite184d4d14de27797a004ca84731170e21a38a4e8 (patch)
tree4195c643ef1a665a3fb0a4524a04deedbb453dba
parent0e0c25d042b382fc0d513a546ec412275a722c4d (diff)
downloadnixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar.gz
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar.bz2
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar.lz
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar.xz
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.tar.zst
nixlib-e184d4d14de27797a004ca84731170e21a38a4e8.zip
python310Packages.hahomematic: 2023.4.5 -> 2023.5.0
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.4.5...2023.5.0

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.5.0
-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 89a20a57e5f2..dad02ea1824f 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.4.5";
+  version = "2023.5.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-svXjBWiybJk3RzQtWGzFsvWJX0imhqQmPk9UmdeoIuY=";
+    hash = "sha256-4isf3U4Wp5FCQ0zVfmDLK+zkq/IXLFZhiaL6AYRXaRY=";
   };
 
   nativeBuildInputs = [