python3Packages.pyvesync: 3.1.4 -> 3.2.2

https://github.com/webdjoe/pyvesync/releases/tag/3.2.2
This commit is contained in:
Martin Weinelt
2025-11-15 15:03:22 +01:00
parent 09b7b02289
commit 3fe770ca61
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "3.1.4";
version = "3.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-l+b53B8Bdd/WnM2Oe9srST2T2KXaQfXtfc5+BwNte90=";
hash = "sha256-7QtyI5U1NRy0/iujfObdRHkwseetaD2M4f/buj8A9AY=";
};
build-system = [ setuptools ];