From 6ad9fa456658655d9af90c8d5c32905ce3354e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 1 Dec 2025 12:32:18 -0800 Subject: [PATCH] python3Packages.pyvesync: 3.2.2 -> 3.3.2 Diff: https://github.com/webdjoe/pyvesync/compare/3.2.2...3.3.2 Changelog: https://github.com/webdjoe/pyvesync/releases/tag/3.3.2 --- pkgs/development/python-modules/pyvesync/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyvesync/default.nix b/pkgs/development/python-modules/pyvesync/default.nix index f15dd2a49b3b..6c9eacdfc302 100644 --- a/pkgs/development/python-modules/pyvesync/default.nix +++ b/pkgs/development/python-modules/pyvesync/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pyvesync"; - version = "3.2.2"; + version = "3.3.2"; pyproject = true; src = fetchFromGitHub { owner = "webdjoe"; repo = "pyvesync"; tag = version; - hash = "sha256-7QtyI5U1NRy0/iujfObdRHkwseetaD2M4f/buj8A9AY="; + hash = "sha256-dtvob1yEFERA8v/SqA5TPbyDvpry8OvFWDBEGumi3DM="; }; build-system = [ setuptools ];