me
/
guix
Archived
1
0
Fork 0

gnu: vdirsyncer: Update to 0.14.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
master
Leo Famulari 2017-01-05 13:23:23 -05:00
parent 491b78a8e8
commit e0c32fc817
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.14.0")
(version "0.14.1")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"1mbh2gykx9sqsnyfa962ifxksx4afl2lb9rcsbd6rsh3gj2il898"))))
"044f01fjd8dpz4y9dm3qcc1a8cihcxxbr1sz6y6fkvglpb6k85y5"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases