python3Packages.pyvicare: 2.59.1 -> 2.60.1

This commit is contained in:
R. Ryantm
2026-05-07 02:59:19 +02:00
committed by Martin Weinelt
parent 218880567f
commit 3d4ff2c0ec
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyvicare";
version = "2.59.1";
version = "2.60.1";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
tag = finalAttrs.version;
hash = "sha256-dy6VFVisQXWB46pdltP2Ww/WyAyQ1igLn8LiSGHPKa8=";
hash = "sha256-pLXSUEetkGBrdPZ5Lo0gFTIP6pkc9C2tcx6+3Khr7EY=";
};
postPatch = ''