This commit is contained in:
mjallen18
2026-03-03 10:42:03 -06:00
parent 3655680e7c
commit 7e85953133
12 changed files with 57 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec {
pname = "pyvesync";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec {
owner = "webdjoe";
repo = "pyvesync";
rev = version;
hash = "sha256-G1Ov8xXIVkklxfLqhHiYbRgHEsjTQhG7k1V6Amtc+w4=";
hash = "sha256-iqOKBpP/TYgbs6Tq+eWhxBCu/bHYRELXY7r4zjEXU3Q=";
};
build-system = with python3Packages; [ setuptools ];