gnu: uhttpmock: Don't use NAME in source URI.

* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-21 04:00:06 +02:00
parent 1ee8b7192c
commit c1ab9e881a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)