mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: notmuch: Update to 0.22.1.
* gnu/packages/mail.scm (notmuch): Update to 0.22.1. Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
parent
b3de5ff221
commit
25a78dbc7a
1 changed files with 4 additions and 4 deletions
|
@ -438,18 +438,18 @@ (define-public alot
|
|||
(define-public notmuch
|
||||
(package
|
||||
(name "notmuch")
|
||||
(version "0.21")
|
||||
(version "0.22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cr53rbpkcy3pvrmhbg2gq7sjpwb0c8xd7a4zhzxbiv8s7z8yvyh"))))
|
||||
"0jwpda3q023dn3sp41n8648951i7iagfv8zzpriv7hpkjivlafg7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;; FIXME: 662 tests; 168 fail and 99 are skipped
|
||||
;; with perl input: 50 fail and 99 are skipped
|
||||
'(#:tests? #f ; FIXME: 694 tests; 170 fail and 100 are skipped
|
||||
; with perl input: 50 fail and 100 are skipped
|
||||
#:phases (modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue