gnu: vdirsyncer: Update to 0.16.2.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.2.
This commit is contained in:
Leo Famulari 2017-09-01 13:29:39 -04:00
parent 3a91ac8378
commit 3bf0245bb8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -55,13 +55,13 @@ (define-public radicale
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.16.1")
(version "0.16.2")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"0pnsb9h4r0hhmqhzx9nbrd7jawir9ysrh3wrrkhzi0ssarmxyp67"))))
"19xqzxcgmpm2z56l2d4a1n4sqmhrnzfwx3d9avfzgldwyhlrz0da"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases