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 (define-public vdirsyncer
(package (package
(name "vdirsyncer") (name "vdirsyncer")
(version "0.16.1") (version "0.16.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
"0pnsb9h4r0hhmqhzx9nbrd7jawir9ysrh3wrrkhzi0ssarmxyp67")))) "19xqzxcgmpm2z56l2d4a1n4sqmhrnzfwx3d9avfzgldwyhlrz0da"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases