about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-04 09:01:55 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-12 00:28:44 +0100
commit193ae96eb29e5285cd848cfb8e0c0005ad5a6c77 (patch)
tree8aa8ed359a19e475c69a07df224590b9be7f3cd7 /pkgs/development/python-modules
parent34f975bdc96ebe2d2d470fd1147f6353e7cf96d7 (diff)
python3Packages.weconnect-mqtt: 0.28.0 -> 0.28.1
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/weconnect-mqtt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/weconnect-mqtt/default.nix b/pkgs/development/python-modules/weconnect-mqtt/default.nix
index a843aa5c05cc0..cd0715c592e76 100644
--- a/pkgs/development/python-modules/weconnect-mqtt/default.nix
+++ b/pkgs/development/python-modules/weconnect-mqtt/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "weconnect-mqtt";
-  version = "0.28.0";
+  version = "0.28.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "tillsteinbach";
     repo = "WeConnect-mqtt";
     rev = "v${version}";
-    sha256 = "sha256-WrKJy4CxRJ/X599+95mfCQIhVcsLPnSPNtv3oAISSfU=";
+    sha256 = "sha256-YKZr+F64QMJQSURwvc86iaJqYBQrBNEHt8uJWfwz29Q=";
   };
 
   propagatedBuildInputs = [
@@ -33,7 +33,7 @@ buildPythonPackage rec {
       --replace "--cov=weconnect_mqtt --cov-config=.coveragerc --cov-report html" "" \
       --replace "pytest-cov" ""
     substituteInPlace requirements.txt \
-      --replace "weconnect[Images]~=0.33.0" "weconnect"
+      --replace "weconnect[Images]~=0.35.1" "weconnect"
   '';
 
   checkInputs = [