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.
master
Marius Bakke 2019-05-23 16:35:13 +02:00
parent f41378b797
commit 3d3c07f3ee
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

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