gnu: wxwidgets-2: Use mirror:// URI.
* gnu/packages/wxwidgets.scm (wxwidgets-2): Use a mirror:// URI for the source.
This commit is contained in:
parent
8c056935e8
commit
6de9dc253d
|
@ -79,8 +79,8 @@ and many other languages.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://sourceforge.net/projects/wxwindows/files/"
|
(uri (string-append
|
||||||
version "/wxGTK-" version ".tar.gz"))
|
"mirror://sourceforge/wxwindows/wxGTK-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gjs9vfga60mk4j4ngiwsk9h6c7j22pw26m3asxr1jwvqbr8kkqk"))))
|
(base32 "1gjs9vfga60mk4j4ngiwsk9h6c7j22pw26m3asxr1jwvqbr8kkqk"))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue