gnu: wxwidgets-2: Use mirror:// URI.

* gnu/packages/wxwidgets.scm (wxwidgets-2): Use a mirror:// URI for the
  source.
This commit is contained in:
Taylan Ulrich Bayırlı/Kammer 2015-03-18 11:17:13 +01:00
parent 8c056935e8
commit 6de9dc253d
1 changed files with 2 additions and 2 deletions

View File

@ -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