gnu: mutt: Update to 1.8.1.

* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
This commit is contained in:
Leo Famulari 2017-04-14 13:59:20 -04:00
parent 8439c9c05e
commit 7736bae9b7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -221,14 +221,14 @@ 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.8.0") (version "1.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-" (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/"
version ".tar.gz")) "mutt-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1axdcylyv0p194y6lj1jx127g5yc74zqzzxdc014cjw02bd1x125")) "1b8dggq5x1b77a9i9250b3jhv2iddfzhr9rix1yfzckdms65mr8b"))
(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