me
/
guix
Archived
1
0
Fork 0

gnu: msmtp: Use mirror:// URI.

* gnu/packages/mail.scm (msmtp): Use a mirror:// URI for the source.
master
Taylan Ulrich Bayırlı/Kammer 2015-03-18 11:40:53 +01:00
parent 6ea4b094e6
commit 0704788109
1 changed files with 1 additions and 2 deletions

View File

@ -517,8 +517,7 @@ which can add many functionalities to the base client.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://downloads.sourceforge.net/project/msmtp/msmtp/" version "mirror://sourceforge/msmtp/msmtp-" version ".tar.bz2"))
"/msmtp-" version ".tar.bz2"))
(sha256 (base32 (sha256 (base32
"122z38pv4q03w3mbnhrhg4w85a51258sfdg2ips0b6cgwz3wbw1b")))) "122z38pv4q03w3mbnhrhg4w85a51258sfdg2ips0b6cgwz3wbw1b"))))
(build-system gnu-build-system) (build-system gnu-build-system)