mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
gnu: mpop: Use 'sourceforge' mirror.
This is a followup to commit 5837e69936.
* gnu/packages/mail.scm (mpop)[source]: Use 'sourceforge' mirror.
This commit is contained in:
@@ -1475,8 +1475,8 @@ converts them to maildir format directories.")
|
|||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://downloads.sourceforge.net/mpop/mpop-"
|
(uri (string-append "mirror://sourceforge/mpop/mpop/" version
|
||||||
version ".tar.xz"))
|
"/mpop-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
|
"0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
|
||||||
|
|||||||
Reference in New Issue
Block a user