python312Packages.pyvicare: 2.37.0 -> 2.38.0

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

Changelog: https://github.com/openviess/PyViCare/releases/tag/2.38.0
This commit is contained in:
Fabian Affolter
2024-12-13 13:19:13 +01:00
parent 0d34423bd5
commit 1cfdf7ebbb
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.37.0";
version = "2.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
rev = "refs/tags/${version}";
hash = "sha256-v+fRlyR4UZJs3yVFSaJfExFDOHVxOA0aCEXEbTxyZ7E=";
hash = "sha256-LxQaqT4NwJxyyZ3XB14DPM8ASqem3Yb7J7HLswZ8bE4=";
};
postPatch = ''