about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hahomematic
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-05 16:54:30 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-05 08:32:46 -0800
commitff81162833bf4614766c31f5c3056770817deeec (patch)
tree6734927b904c98bd1e2dd640869b0a27b3f5e7be /pkgs/development/python-modules/hahomematic
parent271ca2b032cbf6106ecdabdf191cda0503c0c625 (diff)
python3Packages.hahomematic: 0.12.0 -> 0.13.3
Diffstat (limited to 'pkgs/development/python-modules/hahomematic')
-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 9cb116a9a7a28..bf8bed9dd2625 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "hahomematic";
-  version = "0.12.0";
+  version = "0.13.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "danielperna84";
     repo = pname;
     rev = version;
-    sha256 = "sha256-A7fuTSrXMTK0oz87htylWKb868+YR7FXYYEC3hSgG7o=";
+    sha256 = "sha256-9dR0qYoHVovD4fwJz6v+/RItMuqr2vA9YHn0nMGHUX0=";
   };
 
   propagatedBuildInputs = [