python310Packages.pyvicare: 2.27.2 -> 2.28.1

Diff: https://github.com/somm15/PyViCare/compare/refs/tags/2.27.2...2.28.1
This commit is contained in:
Fabian Affolter 2023-05-15 14:28:42 +02:00
parent de50b3458e
commit aa24b33e24

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.27.2";
version = "2.28.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "somm15";
repo = "PyViCare";
rev = "refs/tags/${version}";
hash = "sha256-BLvHZRIHj+HysdGcq51Ry3unbT2BQd7lwslAo9n9SdY=";
hash = "sha256-6tyFSKD8Igai9A5wn7vRJdTryy+lv2MkxaskNpCwqV8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;