me
/
guix
Archived
1
0
Fork 0

gnu: mutt: Update to 2.2.8.

* gnu/packages/mail.scm (mutt): Update to 2.2.8.
master
Efraim Flashner 2022-11-09 11:48:07 +02:00
parent a4c050b0a0
commit c498146521
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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