guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: notmuch: Update to 0.28.4.


From: guix-commits
Subject: 01/02: gnu: notmuch: Update to 0.28.4.
Date: Thu, 23 May 2019 12:16:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3d3c07f3ee0e9cd8649800ad833488a072f26ad0
Author: Marius Bakke <address@hidden>
Date:   Thu May 23 16:35:13 2019 +0200

    gnu: notmuch: Update to 0.28.4.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.28.4.
    [native-inputs]: Change PYTHON-2 and PYTHON2-DOCUTILS to PYTHON and
    PYTHON-DOCUTILS.
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index aea5146..1f54c34 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -846,14 +846,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.28.3")
+    (version "0.28.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1v0ff6qqwj42p3n6qw30czzqi52nvgf3dn05vd7a03g39a5js8af"))))
+                "1jjnhs4xs4gksvg0a9qn68rxrj41im5bh58snka2pkj20nxwmcds"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -895,8 +895,8 @@ invoking @command{notifymuch} from the post-new hook.")
      `(("bash-completion" ,bash-completion)
        ("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)
-       ("python-docutils" ,python2-docutils)
+       ("python" ,python)
+       ("python-docutils" ,python-docutils)
        ("sphinx" ,python-sphinx)
 
        ;; The following are required for tests only.



reply via email to

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