guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: vdirsyncer: Update to 0.16.0.


From: Leo Famulari
Subject: 01/02: gnu: vdirsyncer: Update to 0.16.0.
Date: Sun, 2 Jul 2017 09:18:03 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 477aa33400f9a0d9c4c03855ecf8cf1ebc432269
Author: Leo Famulari <address@hidden>
Date:   Sun Jul 2 07:53:50 2017 -0400

    gnu: vdirsyncer: Update to 0.16.0.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.0.
    [license]: Change to bsd-3.
---
 gnu/packages/dav.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 0bed55e..60a628c 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -55,13 +55,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.15.0")
+    (version "0.16.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "08aa5yxcj7ziz2r0hz4p554q8hgpfl2bh8r6r85f4g24mg6arxsj"))))
+               "0n59mhcrm24bncnphigqqnifivxgsg87pidz6gshijkkjdwzmnyg"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases
@@ -104,4 +104,4 @@ synchronize a CalDAV or CardDAV server with a local folder 
or file.  The
 local data can then be accessed via a variety of programs, none of which
 have to know or worry about syncing to a server.")
     (home-page "https://github.com/untitaker/vdirsyncer";)
-    (license expat)))
+    (license bsd-3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]