diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:09 +0200 |
commit | a4a47b49c88c84ec6e06c070af3ff815990c0345 (patch) | |
tree | 227fd860cd30e3dbf4a09be3ef98f0b2441430bd | |
parent | 6c67d3b026365d283b80fafa94012d2b0ac646af (diff) | |
download | guix-a4a47b49c88c84ec6e06c070af3ff815990c0345.tar.gz |
gnu: vdirsyncer: Update to 0.19.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2.
-rw-r--r-- | gnu/packages/dav.scm | 4 |
1 files 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. |