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
This commit is contained in:
Robert Schütz
2025-12-03 10:44:32 -08:00
parent 7782f8639e
commit 6ad9fa4566
@@ -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 ];