gnu: vdirsyncer: Update to 0.12.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
master
Leo Famulari 2016-08-24 14:49:43 -04:00
parent c95f71601c
commit 82d0fae22d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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