3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #209379 from fabaff/pyvicare-bump

python310Packages.pyvicare: 2.22.0 -> 2.23.0
This commit is contained in:
Fabian Affolter 2023-01-06 23:18:26 +01:00 committed by GitHub
commit a96f06121d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;