python310Packages.pyvicare: 2.22.0 -> 2.23.0

Diff: https://github.com/somm15/PyViCare/compare/2.22.0...2.23.0
This commit is contained in:
Fabian Affolter 2023-01-06 22:32:42 +01:00
parent 93e5b74374
commit 8f894d950c

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.22.0";
version = "2.23.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "somm15";
repo = "PyViCare";
rev = version;
sha256 = "sha256-1Vfdp0JOqDlt07BCTJXcJ1V0kTzGwCR0ccnGlCYgtEM=";
sha256 = "sha256-EBDk0XuE8zVFoGYbK2LIWeDfsj3iUZUUERNKARKwuKU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;