diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-21 04:00:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-21 14:54:48 +0200 |
commit | c1ab9e881a0a5ba840ddb998dd7c60f6649f0f69 (patch) | |
tree | 0328e79692f8be2a1fb0c294dd425ebec82c81db | |
parent | 1ee8b7192c761136f9d4aa3e32b940360dc888df (diff) | |
download | patches-c1ab9e881a0a5ba840ddb998dd7c60f6649f0f69.tar patches-c1ab9e881a0a5ba840ddb998dd7c60f6649f0f69.tar.gz |
gnu: uhttpmock: Don't use NAME in source URI.
* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cf9bff8b3b..0aaa5e80bb 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4676,7 +4676,7 @@ you'd expect.") (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) |