python3Packages.pyvesync: 3.1.2 -> 3.1.4

Diff: https://github.com/webdjoe/pyvesync/compare/3.1.2...3.1.4

Changelog: https://github.com/webdjoe/pyvesync/releases/tag/3.1.4
This commit is contained in:
Robert Schütz
2025-11-05 10:01:19 -08:00
parent 9b120a628e
commit 4d2e7d21bb
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "3.1.2";
version = "3.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-SZ1ZL79f1FHTnNEU9oew8JcWA20NphIX4fXr3NS7THU=";
hash = "sha256-l+b53B8Bdd/WnM2Oe9srST2T2KXaQfXtfc5+BwNte90=";
};
build-system = [ setuptools ];