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

gnu: vdirsyncer: Update to 0.13.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.
parent 9e672bcc
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,13 @@ (define-public radicale ...@@ -52,13 +52,13 @@ (define-public radicale
(define-public vdirsyncer (define-public vdirsyncer
(package (package
(name "vdirsyncer") (name "vdirsyncer")
(version "0.12.1") (version "0.13.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
"1y3xpl83p4y1m5ks44drhwpygzwbjwhraycrhxlkhwk8bhnsifrz")))) "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb"))))
(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