mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
3b9af0f37b
commit
fb9c3acc6c
1 changed files with 8 additions and 4 deletions
|
@ -138,14 +138,18 @@ (define-public fetchmail
|
|||
(define-public mutt
|
||||
(package
|
||||
(name "mutt")
|
||||
(version "1.5.21")
|
||||
(version "1.5.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.mutt.org/mutt/devel/mutt-"
|
||||
version ".tar.gz"))
|
||||
(uri (list ;; Temporarily put bitbucket first, because
|
||||
;; 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
|
||||
(base32
|
||||
"1864cwz240gh0zy56fb47qqzwyf6ghg01037rb4p2kqgimpg6h91"))))
|
||||
"0dzx4qk50pjfsb6cs5jahng96a52k12f7pm0sc78iqdrawg71w1s"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
|
|
Loading…
Reference in a new issue