gnu: spread-sheet-widget: Don't use NAME in source URI.
* gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
This commit is contained in:
parent
4c7ca747eb
commit
22e6855442
|
@ -1687,7 +1687,7 @@ input.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
|
||||
name "-" version ".tar.gz"))
|
||||
"spread-sheet-widget-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in New Issue