gnu: notmuch: Update to 0.28.3.

* gnu/packages/mail.scm (notmuch): Update to 0.28.3.
This commit is contained in:
Marius Bakke 2019-03-10 16:27:59 +01:00
parent 2c0cf9eec7
commit df8dbfb30b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -839,14 +839,14 @@ (define-public notifymuch
(define-public notmuch (define-public notmuch
(package (package
(name "notmuch") (name "notmuch")
(version "0.28.2") (version "0.28.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
"0cg9ff7h7mklgbqqknxigxxx1j3p3s2a9cxvrs5ih7j56f04k9l5")))) "1v0ff6qqwj42p3n6qw30czzqi52nvgf3dn05vd7a03g39a5js8af"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)