mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Mutt: Update to 1.13.4.
* gnu/packages/mail.scm (mutt): Update to 1.13.4. [source]: Prefer HTTPS URL and replace FTP URL with HTTP.
This commit is contained in:
parent
0a6f68982b
commit
a11237e40a
1 changed files with 5 additions and 5 deletions
|
@ -380,17 +380,17 @@ (define-public fetchmail
|
||||||
(define-public mutt
|
(define-public mutt
|
||||||
(package
|
(package
|
||||||
(name "mutt")
|
(name "mutt")
|
||||||
(version "1.13.2")
|
(version "1.13.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
|
|
||||||
version ".tar.gz")
|
|
||||||
(string-append "https://bitbucket.org/mutt/mutt/downloads/"
|
(string-append "https://bitbucket.org/mutt/mutt/downloads/"
|
||||||
"mutt-" version ".tar.gz")))
|
"mutt-" version ".tar.gz")
|
||||||
|
(string-append "http://ftp.mutt.org/pub/mutt/mutt-"
|
||||||
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x4yfvk8415p80h9an242n6q3b43mw6mnnczh95zd3j0zwdr6wrg"))
|
"016dzx2c0kr9xgnw4nfzpkn4nvpk56rdlcqhrwa820fq8083yzdm"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue