gnu: tcllib: Don't use NAME in source URI.

* gnu/packages/tcl.scm (tcllib)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 01:29:42 +01:00
parent f736e55021
commit f86f1531c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ interfaces (GUIs) in the Tcl language.")
(version "1.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
version "/" name "-" version ".tar.gz"))
(uri (string-append "mirror://sourceforge/tcllib/tcllib/"
version "/tcllib-" version ".tar.gz"))
(sha256
(base32
"05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj"))))