summary refs log tree commit diff
path: root/pkgs/development/python-modules/hahomematic/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-29 03:20:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-29 03:20:19 +0000
commit93c2a076113610f06851d0a699ef6c28bbf2c8fa (patch)
tree066c3e3104a4037382e533d8a9b40fe6c10e8fdc /pkgs/development/python-modules/hahomematic/default.nix
parent3345449b13d6c7efa847ccb6d996c5658606bb4b (diff)
downloadnixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar.gz
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar.bz2
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar.lz
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar.xz
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.tar.zst
nixpkgs-93c2a076113610f06851d0a699ef6c28bbf2c8fa.zip
python310Packages.hahomematic: 0.27.2 -> 0.28.1
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 3f8b2c1f814..249f0b2f302 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "0.27.2";
+  version = "0.28.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = version;
-    sha256 = "sha256-XBGA3wRZdl8rJ1hLLPPLK7E87Ggoly+kePbLY4x9/ZE=";
+    sha256 = "sha256-zYSJMP/uwgyIHdI8E7NHLaHrpAQeLpaEcXXXlzIO5ns=";
   };
 
   propagatedBuildInputs = [