gnu: libwmf: Use a mirror:// URL.
* gnu/packages/image.scm (libwmf): Use a mirror://sourceforge URL.
This commit is contained in:
parent
a3c4aa1b70
commit
757d5ff306
@ -131,12 +131,9 @@ collection of tools for doing simple manipulations of TIFF images.")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append
|
||||
"http://sourceforge.net/projects/wvware/files/" name "/" version
|
||||
"/" name "-" version ".tar.gz/download"))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/wvware/"
|
||||
name "/" version
|
||||
"/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y3wba4q8pl7kr51212jwrsz1x6nslsx1gsjml1x0i8549lmqd2v"))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user