python313Packages.pyvicare: 2.50.0 -> 2.51.0

Diff: https://github.com/openviess/PyViCare/compare/2.50.0...2.51.0

Changelog: https://github.com/openviess/PyViCare/releases/tag/2.51.0
This commit is contained in:
Fabian Affolter
2025-09-05 03:37:00 +02:00
committed by Martin Weinelt
parent 6b572d12fe
commit 0006532ab7
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.50.0";
version = "2.51.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
tag = version;
hash = "sha256-RV82dsr3asZKlgURfUdcYoaLFqSvvvLJCvZiH0CYGpk=";
hash = "sha256-WKu9f59Fc0i4MoGGaTP8s94pD4cYNrQvDt2kyQZ+f1U=";
};
postPatch = ''