about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas2023-04-15 16:10:49 -0500
committerGitHub2023-04-15 16:10:49 -0500
commit151a2cd9a2eca22664716dbc0516ce29b99a29f6 (patch)
tree5a40917f9aa0a309325062c66047af73af3ac5b8 /pkgs
parent168ea37b0fcf30d0090a5cb49fb821bfae9e2041 (diff)
parent8ac0dd93c1fd4926d3618132ced44e6d7e938cdd (diff)
Merge pull request #226316 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.3.0 -> 2023.3.1
Diffstat (limited to 'pkgs')
-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 88fdc5465c54..5b9bd5e97faf 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.3.0";
+  version = "2023.3.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-ZclhJoJg80P0iysA0G7+gTg8S3qJaaAbHsr4v6DUGKQ=";
+    hash = "sha256-LS46I3f6ivBnQ5mLrh6tVCQBfjsMJx0RD6fgyczLQr4=";
   };
 
   nativeBuildInputs = [