gnu: vdirsyncer: Update to 0.16.7.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
This commit is contained in:
Leo Famulari 2018-07-20 15:30:05 -04:00
parent 264967c883
commit 5dc53092c6
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -58,13 +58,13 @@ (define-public radicale
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.16.6")
(version "0.16.7")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"07iqq5c53cfrb5xnmam1rsl683hc3rykmdak896n2gm81r361c66"))))
"1vqjhn2bffy2bx45a1r14crsyn2cylf5by567g44c4mhpjwwz6vc"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases