From 6d1179655bccaf6d7ca2ed77e7c43ac56e175352 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Feb 2026 01:46:38 +0100 Subject: [PATCH] python313Packages.growattserver: 1.8.0 -> 1.9.0 Diff: https://github.com/indykoning/PyPi_GrowattServer/compare/1.8.0...1.9.0 Changelog: https://github.com/indykoning/PyPi_GrowattServer/releases/tag/1.9.0 --- pkgs/development/python-modules/growattserver/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/growattserver/default.nix b/pkgs/development/python-modules/growattserver/default.nix index 719ce3bd7989..58c2666c18e2 100644 --- a/pkgs/development/python-modules/growattserver/default.nix +++ b/pkgs/development/python-modules/growattserver/default.nix @@ -8,14 +8,14 @@ buildPythonPackage (finalAttrs: { pname = "growattserver"; - version = "1.8.0"; + version = "1.9.0"; pyproject = true; src = fetchFromGitHub { owner = "indykoning"; repo = "PyPi_GrowattServer"; tag = finalAttrs.version; - hash = "sha256-2Jgz/wN0k6ni+4PbQwfDg3uMvYxv5N3BVgdARHqQ0Yc="; + hash = "sha256-CTIc+LROas7RGf9BzGl8hasS512LsNXcDnzLu0DD+Bk="; }; build-system = [ setuptools ];