python312Packages.pyvicare: 2.36.0 -> 2.37.0

Diff: https://github.com/openviess/PyViCare/compare/refs/tags/2.36.0...2.37.0

Changelog: https://github.com/openviess/PyViCare/releases/tag/2.37.0
This commit is contained in:
Fabian Affolter 2024-11-25 12:42:39 +01:00
parent 073e31e9b9
commit dfa2cb5482

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 = ''