gnu: vdirsyncer: Update to 0.19.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2.
This commit is contained in:
parent
6c67d3b026
commit
a4a47b49c8
1 changed files with 2 additions and 2 deletions
|
@ -122,13 +122,13 @@ efficient syncing
|
||||||
(define-public vdirsyncer
|
(define-public vdirsyncer
|
||||||
(package
|
(package
|
||||||
(name "vdirsyncer")
|
(name "vdirsyncer")
|
||||||
(version "0.19.1")
|
(version "0.19.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri name version))
|
(uri (pypi-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bh3kz0d8g07xnlkb5l2fj6fdakqps1wviab6zv139x5b9rcfxma"))))
|
"1fl21m10ghrpmkqa12g0qri99cxk9879pkb60jd4b4w2mgp8q1gx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; The test suite is very flakey.
|
`(#:tests? #f ; The test suite is very flakey.
|
||||||
|
|
Reference in a new issue