gnu: vdirsyncer: Update to 0.13.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.
This commit is contained in:
Leo Famulari 2016-10-07 22:47:50 -04:00
parent 9e672bcc0b
commit aae34a0c2d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -52,13 +52,13 @@ (define-public radicale
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.12.1")
(version "0.13.1")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"1y3xpl83p4y1m5ks44drhwpygzwbjwhraycrhxlkhwk8bhnsifrz"))))
"1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases