From a4a47b49c88c84ec6e06c070af3ff815990c0345 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 9 Jul 2023 02:00:01 +0200 Subject: gnu: vdirsyncer: Update to 0.19.2. * gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2. --- gnu/packages/dav.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 7eb62401e9..3f865ac0b3 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -122,13 +122,13 @@ efficient syncing (define-public vdirsyncer (package (name "vdirsyncer") - (version "0.19.1") + (version "0.19.2") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "1bh3kz0d8g07xnlkb5l2fj6fdakqps1wviab6zv139x5b9rcfxma")))) + "1fl21m10ghrpmkqa12g0qri99cxk9879pkb60jd4b4w2mgp8q1gx")))) (build-system python-build-system) (arguments `(#:tests? #f ; The test suite is very flakey. -- cgit v1.2.3