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
+2 -2
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 ];