mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -237,8 +237,8 @@ interfaces (GUIs) in the Tcl language.")
|
||||||
(version "1.18")
|
(version "1.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
(uri (string-append "mirror://sourceforge/tcllib/tcllib/"
|
||||||
version "/" name "-" version ".tar.gz"))
|
version "/tcllib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj"))))
|
"05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue