gnu: tcllib: Don't use NAME in source URI.
* gnu/packages/tcl.scm (tcllib)[source]: Hard-code NAME.
This commit is contained in:
parent
f736e55021
commit
f86f1531c9
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue