gnu: uhttpmock: Don't use NAME in source URI.
* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
This commit is contained in:
parent
1ee8b7192c
commit
c1ab9e881a
1 changed files with 1 additions and 1 deletions
|
@ -4676,7 +4676,7 @@ (define-public uhttpmock
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/"
|
||||
name "-" version ".tar.xz"))
|
||||
"uhttpmock-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
|
|
Loading…
Reference in a new issue