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


From: Leo Famulari
Subject: 01/01: gnu: vdirsyncer: Update to 0.16.4.
Date: Thu, 8 Feb 2018 13:37:44 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 6666f4f41fb2ec5294676cf62ff265c43be3f972
Author: Leo Famulari <address@hidden>
Date:   Wed Feb 7 22:05:11 2018 -0500

    gnu: vdirsyncer: Update to 0.16.4.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.4.
---
 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 3513116..0c6c62d 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -57,13 +57,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.16.3")
+    (version "0.16.4")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "0dpwbfi97ksijqng191659m8k0v215y8ld95w8gb126m4m96qpzw"))))
+               "03wva48bgv1ad3df6plc9b8xxh6k8bcaxrhlzwh81c9mzn5bspzv"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases



reply via email to

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