etesync-dav: 0.35.0 -> 0.35.1 (#431076)

This commit is contained in:
Wolfgang Walther 2025-08-14 14:01:38 +00:00 committed by GitHub
commit 7eedc47ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "etesync-dav";
version = "0.35.0";
version = "0.35.1";
pyproject = true;
src = fetchFromGitHub {
owner = "etesync";
repo = "etesync-dav";
tag = "v${version}";
hash = "sha256-CD02nuA9GD/oe7mjExUHIftkPxM1pZQKyDalXSoOhXY=";
hash = "sha256-y4BhU2kSn+RWqc5+pJQFhbwfat9cMWD0ED0EXJp25cY=";
};
build-system = with python3Packages; [ setuptools ];