me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -4676,7 +4676,7 @@ you'd expect.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/" (uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/"
name "-" version ".tar.xz")) "uhttpmock-" version ".tar.xz"))
(sha256 (sha256
(base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p")))) (base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)