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


From: Leo Famulari
Subject: 01/01: gnu: vdirsyncer: Update to 0.16.7.
Date: Fri, 20 Jul 2018 15:30:37 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5dc53092c6e761a416989e8fc78dabc44c72d6a0
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 20 15:30:05 2018 -0400

    gnu: vdirsyncer: Update to 0.16.7.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
---
 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 9aebc55..1a154ea 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -58,13 +58,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.16.6")
+    (version "0.16.7")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "07iqq5c53cfrb5xnmam1rsl683hc3rykmdak896n2gm81r361c66"))))
+               "1vqjhn2bffy2bx45a1r14crsyn2cylf5by567g44c4mhpjwwz6vc"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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