python313Packages.pyvicare: 2.52.0 -> 2.54.0

Diff: https://github.com/openviess/PyViCare/compare/2.52.0...2.54.0

Changelog: https://github.com/openviess/PyViCare/releases/tag/2.54.0
This commit is contained in:
Fabian Affolter
2025-10-13 13:50:03 +02:00
parent c58cd36d56
commit 10195ef7c8

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.52.0";
version = "2.54.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
tag = version;
hash = "sha256-Fq4XRJIN7f5SgSkSh0EveQHSHT35NVvCbPEEeW8h+vc=";
hash = "sha256-WRh3Qwo2ZB3zEwfnm5QRSCe46dNlanduPVeFSlbWEFY=";
};
postPatch = ''