gnu: vdirsyncer: Update to 0.9.0.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
This commit is contained in:
Leo Famulari 2016-02-15 18:27:21 -05:00
parent a9da8fec62
commit be6f30047e
1 changed files with 2 additions and 2 deletions

View File

@ -52,13 +52,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.8.1")
(version "0.9.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "vdirsyncer" version))
(sha256
(base32
"1abflqw6x30xd2dlj58cr5n62x98kc0ia9f9vr8l64k2z1fjlq78"))))
"0s9awjr9v60rr80xcpwmdhkf4v1yqnydahjmxwvxmh64565is465"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases