summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-13 13:41:30 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-13 13:41:30 +0100
commitb4a90bcdc2172aadaab97e7c2687ea9153c2ded6 (patch)
tree4c170d228fe74943a7ba8903be4cc88f26bedcd8
parent8906b66ad2e30cf1c135d2765fae5b2322523c24 (diff)
python311Packages.weconnect-mqtt: 0.47.0 -> 0.48.2
Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.47.0...v0.48.2 Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.48.2
-rw-r--r--pkgs/development/python-modules/weconnect-mqtt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/weconnect-mqtt/default.nix b/pkgs/development/python-modules/weconnect-mqtt/default.nix
index 62392ada77ae..c99e89944c47 100644
--- a/pkgs/development/python-modules/weconnect-mqtt/default.nix
+++ b/pkgs/development/python-modules/weconnect-mqtt/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "weconnect-mqtt";
- version = "0.47.0";
+ version = "0.48.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-mqtt";
rev = "refs/tags/v${version}";
- hash = "sha256-pJtqKA04zooFDfxWGbTFZewS8N0Z2eB9iLFLYueu8oo=";
+ hash = "sha256-8JJBWF53VOmTD/uetCURFaTkfSTax/YeafKsZtA1xAA=";
};
postPatch = ''