me
/
guix
Archived
1
0
Fork 0

gnu: Mutt: Update to 2.2.1.

* gnu/packages/mail.scm (mutt): Update to 2.2.1.
Leo Famulari 2022-02-22 11:49:28 -05:00
parent 83bcb4912e
commit 64772639a2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "2.2.0")
(version "2.2.1")
(source (origin
(method url-fetch)
(uri (list
@ -562,7 +562,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8"))
"1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs