python313Packages.pyvesync: 3.1.0 -> 3.1.2

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

Changelog: https://github.com/webdjoe/pyvesync/releases/tag/3.1.2
This commit is contained in:
Fabian Affolter
2025-10-17 18:33:50 +02:00
parent 9e19e8fbb5
commit 59f7ee48f0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvesync";
version = "3.1.0";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "webdjoe";
repo = "pyvesync";
tag = version;
hash = "sha256-ZoEQbMV3ofE5pV7nbYOqzXq3/7a2pkDKx88894kzU7Y=";
hash = "sha256-SZ1ZL79f1FHTnNEU9oew8JcWA20NphIX4fXr3NS7THU=";
};
build-system = [ setuptools ];