mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: mutt: Add preferred source uri.
* gnu/packages/mail.scm (mutt)[source]: Add upstream's preferred uri.
This commit is contained in:
parent
9dd5249e96
commit
a101b15b5a
1 changed files with 5 additions and 2 deletions
|
@ -366,8 +366,11 @@ (define-public mutt
|
|||
(version "1.13.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://bitbucket.org/mutt/mutt/downloads/"
|
||||
"mutt-" version ".tar.gz"))
|
||||
(uri (list
|
||||
(string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
|
||||
version ".tar.gz")
|
||||
(string-append "https://bitbucket.org/mutt/mutt/downloads/"
|
||||
"mutt-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0x4yfvk8415p80h9an242n6q3b43mw6mnnczh95zd3j0zwdr6wrg"))
|
||||
|
|
Loading…
Reference in a new issue