me
/
guix
Archived
1
0
Fork 0

gnu: mutt: Update to 2.0.7.

* gnu/packages/mail.scm (mutt): Update to 2.0.7.
master
Tobias Geerinckx-Rice 2021-05-05 21:20:21 +02:00
parent efe8dc71fe
commit 8bf7c0e6e6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -528,7 +528,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "2.0.6")
(version "2.0.7")
(source (origin
(method url-fetch)
(uri (list
@ -538,7 +538,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"165mpivdhvhavglykwlz0hss2akxd6i6l40rgxs29mjzi52irqw1"))
"14fc4vfsfx74q1hn0b04q33cffdjzvwprwpjsj91jmi1lp38hxlm"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs