python310Packages.pyvicare: 2.17.0 -> 2.19.0

This commit is contained in:
Fabian Affolter
2022-11-20 01:41:52 +01:00
parent 82ee824968
commit 99f2e5281e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.17.0";
version = "2.19.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "somm15";
repo = "PyViCare";
rev = version;
sha256 = "sha256-MlGohD9W1HNLz6ZPawt55127S3zPSA1tFLNs2gu7hLk=";
sha256 = "sha256-i1RXHrIkWqZw2LzVPEQSxgWa7PkUEsG6NO6H9egPWkk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;