me
/
guix
Archived
1
0
Fork 0

gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].

https://gitlab.com/muttmua/mutt/-/issues/404

* gnu/packages/mail.scm (mutt): Update to 2.2.3.
master
Leo Famulari 2022-04-18 00:23:04 -04:00
parent 93f0b31a99
commit 31f42393e8
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt
(package
(name "mutt")
(version "2.2.2")
(version "2.2.3")
(source (origin
(method url-fetch)
(uri (list
@ -565,7 +565,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz")))
(sha256
(base32
"1k0ghbpc4gn3sydbw10xv9djin9grk1pkxdwynrw0iknyc68gphh"))
"12cds5qm0x51wj1bz1a2f4q4qwbyfssq9pnisxz48ks5mg6xv2lp"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs