1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 22:11:33 +02:00

gnu: vdirsyncer: Update to 0.12.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
This commit is contained in:
Leo Famulari
2016-08-24 14:49:43 -04:00
parent c95f71601c
commit 82d0fae22d
+2 -2
View File
@@ -52,13 +52,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.11.3")
(version "0.12.1")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9"))))
"1y3xpl83p4y1m5ks44drhwpygzwbjwhraycrhxlkhwk8bhnsifrz"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases