python3Packages.pyvesync: 3.3.2 -> 3.3.3

Diff: https://github.com/webdjoe/pyvesync/compare/3.3.2...3.3.3

Changelog: https://github.com/webdjoe/pyvesync/releases/tag/3.3.3
This commit is contained in:
Robert Schütz
2025-12-03 10:44:33 -08:00
parent f242d164e6
commit 43d8956054
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "3.3.2";
version = "3.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-dtvob1yEFERA8v/SqA5TPbyDvpry8OvFWDBEGumi3DM=";
hash = "sha256-T8cDp1C95gubCfgvkEiqHUn4Rw7pFNCPELo3qNwt9vI=";
};
build-system = [ setuptools ];