me
/
guix
Archived
1
0
Fork 0

gnu: Mutt: Update to 2.1.0.

* gnu/packages/mail.scm (mutt): Update to 2.1.0.
master
Leo Famulari 2021-07-06 19:12:21 -04:00
parent 2252abce05
commit 601063c612
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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