gnu: java-swt: Update source URI.
* gnu/packages/java.scm (java-swt)[source]: Update to new source location. Change-Id: Iba0ba8143192b4388d498e768ff923b7f31bfc0e
This commit is contained in:
parent
884cf293f5
commit
1987243ad2
1 changed files with 1 additions and 1 deletions
|
@ -3071,7 +3071,7 @@ specification.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://download.eclipse.org/eclipse/downloads/drops4/"
|
"https://archive.eclipse.org/eclipse/downloads/drops4/"
|
||||||
"R-" version "-201710090410/swt-" version
|
"R-" version "-201710090410/swt-" version
|
||||||
"-gtk-linux-" file ".zip"))
|
"-gtk-linux-" file ".zip"))
|
||||||
(sha256 (base32 hash))))))
|
(sha256 (base32 hash))))))
|
||||||
|
|
Reference in a new issue