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