Skip to content
Snippets Groups Projects
Unverified Commit 5f518cad authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: vdirsyncer: Update to 0.11.3.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
parent 826a3ca2
No related branches found
No related tags found
No related merge requests found
...@@ -52,16 +52,13 @@ (define-public radicale ...@@ -52,16 +52,13 @@ (define-public radicale
(define-public vdirsyncer (define-public vdirsyncer
(package (package
(name "vdirsyncer") (name "vdirsyncer")
(version "0.11.2") (version "0.11.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri name version))
"https://pypi.python.org/packages/"
"6c/fb/20c32861134579fdce67060bf4cc074e171d30c70590137adc73924f94a6/"
name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15isw2jhjfxi213wdj9d8mwq2m58k8bwf831qnxrjcz7j7bwy7mj")))) "10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment