python3Packages.pyvesync: 2.1.18 -> 2.18

https://github.com/webdjoe/pyvesync/releases/tag/2.18

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:03:54 +02:00
parent b861bdeea5
commit ef4eac459c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.18";
version = "2.18";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-p46QVjJ8MzvsAu9JAQo4XN+z96arWLoJakdT81ITasU=";
hash = "sha256-bcjFa/6GgWk9UZLaB+oUOWVb6b7o0kKB2jzHr9I48eI=";
};
build-system = [ setuptools ];