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.
This commit is contained in:
parent
f41378b797
commit
3d3c07f3ee
|
@ -846,14 +846,14 @@ invoking @command{notifymuch} from the post-new hook.")
|
||||||
(define-public notmuch
|
(define-public notmuch
|
||||||
(package
|
(package
|
||||||
(name "notmuch")
|
(name "notmuch")
|
||||||
(version "0.28.3")
|
(version "0.28.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
|
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v0ff6qqwj42p3n6qw30czzqi52nvgf3dn05vd7a03g39a5js8af"))))
|
"1jjnhs4xs4gksvg0a9qn68rxrj41im5bh58snka2pkj20nxwmcds"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
@ -895,8 +895,8 @@ invoking @command{notifymuch} from the post-new hook.")
|
||||||
`(("bash-completion" ,bash-completion)
|
`(("bash-completion" ,bash-completion)
|
||||||
("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
|
("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)
|
("python" ,python)
|
||||||
("python-docutils" ,python2-docutils)
|
("python-docutils" ,python-docutils)
|
||||||
("sphinx" ,python-sphinx)
|
("sphinx" ,python-sphinx)
|
||||||
|
|
||||||
;; The following are required for tests only.
|
;; The following are required for tests only.
|
||||||
|
|
Loading…
Reference in New Issue