forked from mirrors/nixpkgs
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
This commit is contained in:
parent
8906b66ad2
commit
b4a90bcdc2
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue