gnu: vdirsyncer: Update to 0.11.3.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
master
Leo Famulari 2016-08-01 21:04:14 -04:00
parent 826a3ca22c
commit 5f518cadc3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 6 deletions

View File

@ -52,16 +52,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.11.2")
(version "0.11.3")
(source (origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/"
"6c/fb/20c32861134579fdce67060bf4cc074e171d30c70590137adc73924f94a6/"
name "-" version ".tar.gz"))
(uri (pypi-uri name version))
(sha256
(base32
"15isw2jhjfxi213wdj9d8mwq2m58k8bwf831qnxrjcz7j7bwy7mj"))))
"10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases