mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +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 @@ (define-public tcllib
|
|||
(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 a new issue