me
/
guix
Archived
1
0
Fork 0

gnu: mutt: Update to 2.2.7.

* gnu/packages/mail.scm (mutt): Update to 2.2.7.
Efraim Flashner 2022-08-12 05:15:22 +03:00
parent 99b73f6041
commit a76cb08d0d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -558,7 +558,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "2.2.6")
(version "2.2.7")
(source (origin
(method url-fetch)
(uri (list
@ -568,7 +568,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"1lw8111wbsw4hkvrlfsd2cf2l1j25vqwbzys07z0ding2wsxk8pz"))
"1wbdsgx5x7h4alsfmjqac46xvbbakc7djlpngd3rydmvb27qa4zb"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs