about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-25 10:26:52 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-25 10:26:52 +0100
commit79ecd28b0c064f1032da5a3c3f81733b3069ff9b (patch)
tree0a45a4a34771fba42cf7b5eddfec8488fb42c291 /pkgs/development/python-modules
parent683887a79cf792ca1f52bf49f5d176cd5535274a (diff)
python310Packages.hahomematic: 2023.1.6 -> 2023.1.7
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.1.6...2023.1.7

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.1.7
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 6181aa106a419..a5b2a8fffc281 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "2023.1.6";
+  version = "2023.1.7";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-bjONfnxJuqo0d/9K4VKyIurcpw5+RgyAij1Hm/mTeUc=";
+    sha256 = "sha256-n/j884ttxFCkNnpRuHquzDeWsJchHS0A13CR2CtO4lo=";
   };
 
   nativeBuildInputs = [