summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-07-02 07:53:50 -0400
committerLeo Famulari <leo@famulari.name>2017-07-02 09:17:16 -0400
commit477aa33400f9a0d9c4c03855ecf8cf1ebc432269 (patch)
tree33ea49920fe243d5ca14a1c4f0f969305463abed
parentbfba12695a9d33d672cc3c5ca9ee9d6a34607a83 (diff)
gnu: vdirsyncer: Update to 0.16.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.0. [license]: Change to bsd-3.
-rw-r--r--gnu/packages/dav.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 0bed55edd8d..60a628c1193 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -55,13 +55,13 @@ clients.")
55(define-public vdirsyncer 55(define-public vdirsyncer
56 (package 56 (package
57 (name "vdirsyncer") 57 (name "vdirsyncer")
58 (version "0.15.0") 58 (version "0.16.0")
59 (source (origin 59 (source (origin
60 (method url-fetch) 60 (method url-fetch)
61 (uri (pypi-uri name version)) 61 (uri (pypi-uri name version))
62 (sha256 62 (sha256
63 (base32 63 (base32
64 "08aa5yxcj7ziz2r0hz4p554q8hgpfl2bh8r6r85f4g24mg6arxsj")))) 64 "0n59mhcrm24bncnphigqqnifivxgsg87pidz6gshijkkjdwzmnyg"))))
65 (build-system python-build-system) 65 (build-system python-build-system)
66 (arguments 66 (arguments
67 `(#:phases (modify-phases %standard-phases 67 `(#:phases (modify-phases %standard-phases
@@ -104,4 +104,4 @@ synchronize a CalDAV or CardDAV server with a local folder or file. The
104local data can then be accessed via a variety of programs, none of which 104local data can then be accessed via a variety of programs, none of which
105have to know or worry about syncing to a server.") 105have to know or worry about syncing to a server.")
106 (home-page "https://github.com/untitaker/vdirsyncer") 106 (home-page "https://github.com/untitaker/vdirsyncer")
107 (license expat))) 107 (license bsd-3)))