python3Packages.weconnect: 0.40.0 -> 0.41.0

This commit is contained in:
Fabian Affolter 2022-05-26 12:14:44 +02:00
parent 3b76ec3d7d
commit ef8ab484ac

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "weconnect";
version = "0.40.0";
version = "0.41.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-python";
rev = "v${version}";
sha256 = "sha256-NXINATb8/yDPnpwQEbPhuazdTlsZqv7BUPzedIg0IV4=";
hash = "sha256-y8vHniQ32WDQYPKfnOin1uLmr24KC1t6zSpxGdgwXOg=";
};
propagatedBuildInputs = [