python310Packages.weconnect: 0.41.0 -> 0.44.2

This commit is contained in:
Fabian Affolter 2022-06-29 10:02:50 +02:00
parent 0850f25304
commit fd7dff9ea3

View file

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