python312Packages.pyvicare: 2.36.0 -> 2.37.0 (#358967)

This commit is contained in:
Fabian Affolter 2024-11-26 08:58:01 +01:00 committed by GitHub
commit 304a7fe249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.36.0";
version = "2.37.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
rev = "refs/tags/${version}";
hash = "sha256-WkdW1sSA/nVHK8Pp2sOkj3qYc8se4MT6WM4AoQvI5i8=";
hash = "sha256-v+fRlyR4UZJs3yVFSaJfExFDOHVxOA0aCEXEbTxyZ7E=";
};
postPatch = ''