From 6daacf704e8a3b5d31ef9b114e77d399549c8f63 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Feb 2025 12:10:40 +0000 Subject: [PATCH] python312Packages.pyvicare: 2.41.0 -> 2.43.1 --- pkgs/development/python-modules/pyvicare/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyvicare/default.nix b/pkgs/development/python-modules/pyvicare/default.nix index 180c4566207f..b233ff6c349a 100644 --- a/pkgs/development/python-modules/pyvicare/default.nix +++ b/pkgs/development/python-modules/pyvicare/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pyvicare"; - version = "2.41.0"; + version = "2.43.1"; pyproject = true; src = fetchFromGitHub { owner = "openviess"; repo = "PyViCare"; tag = version; - hash = "sha256-iNv70l8xHxiF+ifKf0gkJ5W/aOuek/9QYCF8pm6xBiw="; + hash = "sha256-dVUb3v8r+1Kkh6BCWtny1F2vzynSRijT62OnrQCTTao="; }; postPatch = '' @@ -43,7 +43,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "PyViCare" ]; meta = with lib; { - changelog = "https://github.com/openviess/PyViCare/releases/tag/${version}"; + changelog = "https://github.com/openviess/PyViCare/releases/tag/${src.tag}"; description = "Python Library to access Viessmann ViCare API"; homepage = "https://github.com/somm15/PyViCare"; license = with licenses; [ asl20 ];