guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vdirsyncer: Update to 0.6.6.


From: Leo Famulari
Subject: 02/02: gnu: vdirsyncer: Update to 0.6.6.
Date: Thu, 14 Jun 2018 15:52:05 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a4bae9af009df2e3cd1fb96941084e0af137d366
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 14 15:45:59 2018 -0400

    gnu: vdirsyncer: Update to 0.6.6.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.6.6.
    [arguments]: Simplify the man-page building.
---
 gnu/packages/dav.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 0c6c62d..9d0479b 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.4")
+    (version "0.16.6")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "03wva48bgv1ad3df6plc9b8xxh6k8bcaxrhlzwh81c9mzn5bspzv"))))
+               "07iqq5c53cfrb5xnmam1rsl683hc3rykmdak896n2gm81r361c66"))))
     (build-system python-build-system)
     (arguments
       `(#:phases (modify-phases %standard-phases
@@ -76,7 +76,6 @@ clients.")
              (zero? (system* "make" "test"))))
          (add-after 'install 'manpage
            (lambda* (#:key inputs outputs #:allow-other-keys)
-             (add-installed-pythonpath inputs outputs)
              (zero? (system* "make" "--directory=docs/" "man"))
              (install-file
                "docs/_build/man/vdirsyncer.1"



reply via email to

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