guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vdirsyncer: Update to 0.13.1.


From: Leo Famulari
Subject: 01/01: gnu: vdirsyncer: Update to 0.13.1.
Date: Sun, 9 Oct 2016 20:49:35 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit aae34a0c2dc0469fe990bbacc6095f8e3c808a7b
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 7 22:47:50 2016 -0400

    gnu: vdirsyncer: Update to 0.13.1.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.
---
 gnu/packages/dav.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 507d00c..be6c40f 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -52,13 +52,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.12.1")
+    (version "0.13.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "1y3xpl83p4y1m5ks44drhwpygzwbjwhraycrhxlkhwk8bhnsifrz"))))
+               "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases



reply via email to

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