1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 15:45:58 +02:00

gnu: mutt: Update to 2.0.7.

* gnu/packages/mail.scm (mutt): Update to 2.0.7.
This commit is contained in:
Tobias Geerinckx-Rice
2021-05-05 21:20:21 +02:00
parent efe8dc71fe
commit 8bf7c0e6e6
+2 -2
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