gnu: jq: Don't use NAME in source URI.
* gnu/packages/web.scm (jq)[source]: Code more hard.
This commit is contained in:
parent
418dd6adb5
commit
c3b8300af3
|
@ -4169,9 +4169,9 @@ It uses the uwsgi protocol for all the networking/interprocess communications.")
|
||||||
(version "1.6")
|
(version "1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/stedolan/" name
|
(uri (string-append "https://github.com/stedolan/jq"
|
||||||
"/releases/download/" name "-" version
|
"/releases/download/jq-" version
|
||||||
"/" name "-" version ".tar.gz"))
|
"/jq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a76f46a652i2g333kfvrl6mp2w7whf6h1yly519izg4y967h9cn"))))
|
"1a76f46a652i2g333kfvrl6mp2w7whf6h1yly519izg4y967h9cn"))))
|
||||||
|
|
Loading…
Reference in New Issue