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


From: Leo Famulari
Subject: 01/02: gnu: vdirsyncer: Update to 0.16.3.
Date: Tue, 3 Oct 2017 10:29:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 1ba940b58bea7f5d1c526b6ea3ed3c9fb39c6286
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 3 10:10:54 2017 -0400

    gnu: vdirsyncer: Update to 0.16.3.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3.
    [native-inputs]: Add python-urllib3.
---
 gnu/packages/dav.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 6c46697..5a780b9 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -55,13 +55,13 @@ clients.")
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.16.2")
+    (version "0.16.3")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "19xqzxcgmpm2z56l2d4a1n4sqmhrnzfwx3d9avfzgldwyhlrz0da"))))
+               "0dpwbfi97ksijqng191659m8k0v215y8ld95w8gb126m4m96qpzw"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases
@@ -89,6 +89,7 @@ clients.")
        ("python-pytest" ,python-pytest)
        ("python-pytest-localserver" ,python-pytest-localserver)
        ("python-pytest-subtesthack" ,python-pytest-subtesthack)
+       ("python-urllib3" ,python-urllib3)
        ("python-wsgi-intercept" ,python-wsgi-intercept)
        ("radicale" ,radicale)))
     (propagated-inputs



reply via email to

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