Skip to content
Snippets Groups Projects
Commit fb9c3acc authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: mutt: Upgrade to 1.5.23.

* gnu/packages/mail.scm (mutt): Upgrade to 1.5.23.  Add bitbucket
  source URL and try it first.
parent 3b9af0f3
No related branches found
No related tags found
No related merge requests found
...@@ -138,14 +138,18 @@ (define-public fetchmail ...@@ -138,14 +138,18 @@ (define-public fetchmail
(define-public mutt (define-public mutt
(package (package
(name "mutt") (name "mutt")
(version "1.5.21") (version "1.5.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.mutt.org/mutt/devel/mutt-" (uri (list ;; Temporarily put bitbucket first, because
version ".tar.gz")) ;; ftp.mutt.org has been down for a while.
(string-append "https://bitbucket.org/mutt/mutt/downloads/mutt-"
version ".tar.gz")
(string-append "ftp://ftp.mutt.org/mutt/devel/mutt-"
version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"1864cwz240gh0zy56fb47qqzwyf6ghg01037rb4p2kqgimpg6h91")))) "0dzx4qk50pjfsb6cs5jahng96a52k12f7pm0sc78iqdrawg71w1s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cyrus-sasl" ,cyrus-sasl) `(("cyrus-sasl" ,cyrus-sasl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment