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.12.1.


From: Leo Famulari
Subject: 01/01: gnu: vdirsyncer: Update to 0.12.1.
Date: Wed, 24 Aug 2016 18:50:22 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 82d0fae22dad27c5694fea1f0afef3d66ea1d55c
Author: Leo Famulari <address@hidden>
Date:   Wed Aug 24 14:49:43 2016 -0400

    gnu: vdirsyncer: Update to 0.12.1.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.12.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 7d3e43d..507d00c 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -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



reply via email to

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