gnu: vdirsyncer: Update to 0.19.2.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 6c67d3b026
commit a4a47b49c8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -122,13 +122,13 @@ (define-public xandikos
(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.