mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: mutt: Update to 2.2.9.
* gnu/packages/mail.scm (mutt): Update to 2.2.9.
This commit is contained in:
parent
b1a72fd6b6
commit
de1bc72f04
1 changed files with 2 additions and 2 deletions
|
@ -560,7 +560,7 @@ (define-public fetchmail
|
|||
(define-public mutt
|
||||
(package
|
||||
(name "mutt")
|
||||
(version "2.2.8")
|
||||
(version "2.2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
|
@ -570,7 +570,7 @@ (define-public mutt
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0lqabpwbn8083w1adzpf8mqcyjbvy6jwj5v46cb1sapfl8vx5wq3"))
|
||||
"1yyg49sgghi7pgw7xr3cnzgypa9yd0kdc3nsrqq1zzjq3liinlzs"))
|
||||
(patches (search-patches "mutt-store-references.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue