This commit is contained in:
mjallen18
2026-01-12 12:08:36 -06:00
parent dfd8d9a1a8
commit 382f059188
27 changed files with 151 additions and 154 deletions

View File

@@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec {
pname = "pyvesync";
version = "3.3.3";
version = "3.4.0";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -14,8 +14,8 @@ python3Packages.buildPythonPackage rec {
src = fetchFromGitHub {
owner = "webdjoe";
repo = "pyvesync";
rev = "3.3.3";
hash = "sha256-T8cDp1C95gubCfgvkEiqHUn4Rw7pFNCPELo3qNwt9vI=";
rev = version;
hash = "sha256-G1Ov8xXIVkklxfLqhHiYbRgHEsjTQhG7k1V6Amtc+w4=";
};
build-system = with python3Packages; [ setuptools ];