etesync-dav: 0.34.0 -> 0.35.0 (#425030)

This commit is contained in:
Sandro
2025-07-23 13:50:28 +02:00
committed by GitHub
+3 -3
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "etesync-dav";
version = "0.34.0";
format = "pyproject";
version = "0.35.0";
pyproject = true;
src = fetchFromGitHub {
owner = "etesync";
repo = "etesync-dav";
tag = "v${version}";
hash = "sha256-+rNqyksOmDUh0OuvgEDWv6tuZQkn1gizz35Ptr6izos=";
hash = "sha256-CD02nuA9GD/oe7mjExUHIftkPxM1pZQKyDalXSoOhXY=";
};
build-system = with python3Packages; [ setuptools ];