Archived
1
0
Fork 0

gnu: vdirsyncer: Update to 0.16.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 14:29:03 +02:00
parent 37b08547e4
commit c63b83a40f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -55,13 +55,13 @@ clients.")
(define-public vdirsyncer (define-public vdirsyncer
(package (package
(name "vdirsyncer") (name "vdirsyncer")
(version "0.16.0") (version "0.16.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri name version)) (uri (pypi-uri name version))
(sha256 (sha256
(base32 (base32
"0n59mhcrm24bncnphigqqnifivxgsg87pidz6gshijkkjdwzmnyg")))) "0pnsb9h4r0hhmqhzx9nbrd7jawir9ysrh3wrrkhzi0ssarmxyp67"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases