gnu: notmuch: Update to 0.23.3.
* gnu/packages/mail.scm (notmuch): Update to 0.23.3. [arguments]: Re-enable previously failing tests.master
parent
cd569f0d29
commit
8c4140e49e
|
@ -537,14 +537,14 @@ invoking @command{notifymuch} from the post-new hook.")
|
||||||
(define-public notmuch
|
(define-public notmuch
|
||||||
(package
|
(package
|
||||||
(name "notmuch")
|
(name "notmuch")
|
||||||
(version "0.23.2")
|
(version "0.23.3")
|
||||||
(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
|
||||||
"1g4p5hsrqqbqk6s2w756als60wppvjgpyq104smy3w9vshl7bzgd"))))
|
"10hqjnl5aavf9clfmx3y832jyz58fplmc3f58pip9dq30b7sap8g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "V=1") ; Verbose test output.
|
'(#:make-flags (list "V=1") ; Verbose test output.
|
||||||
|
@ -568,11 +568,6 @@ invoking @command{notifymuch} from the post-new hook.")
|
||||||
;; Patch various inline shell invocations.
|
;; Patch various inline shell invocations.
|
||||||
(substitute* (find-files "test" "\\.sh$")
|
(substitute* (find-files "test" "\\.sh$")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
;; XXX: Some signature verification tests fail with
|
|
||||||
;; gnupg-2.1.16, so we skip them. See this thread:
|
|
||||||
;; https://notmuchmail.org/pipermail/notmuch/2016/023688.html
|
|
||||||
(setenv "NOTMUCH_SKIP_TESTS"
|
|
||||||
"T350-crypto.2 T350-crypto.3 T350-crypto.4 T350-crypto.15")
|
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash-completion" ,bash-completion)
|
`(("bash-completion" ,bash-completion)
|
||||||
|
|
Reference in New Issue