me
/
guix
Archived
1
0
Fork 0

gnu: mutt: Update to 1.14.3.

* gnu/packages/mail.scm (mutt): Update to 1.14.3.
master
Efraim Flashner 2020-06-18 10:35:14 +03:00
parent 2df4ef03f0
commit 3cd7403584
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ aliasing facilities to work just as they would on normal mail.")
(define-public mutt (define-public mutt
(package (package
(name "mutt") (name "mutt")
(version "1.14.2") (version "1.14.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (uri (list
@ -431,7 +431,7 @@ aliasing facilities to work just as they would on normal mail.")
version ".tar.gz"))) version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0cdcls0x6f2w99hkjz48hxhnx86w3bnyxzibchdc9yspih770bz2")) "0wd4cv1c9hqymvml979g607nh3xxmlyx1ifc4r4qf39v6grnsmdi"))
(patches (search-patches "mutt-store-references.patch")))) (patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs