Browse Source
gnu: mupdf: Don't use NAME in source URI.
* gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
wip-hurd-vm
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
gnu/packages/pdf.scm
|
|
@ -690,7 +690,7 @@ extracting content or merging files.") |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "https://mupdf.com/downloads/archive/" |
|
|
|
name "-" version "-source.tar.xz")) |
|
|
|
"mupdf-" version "-source.tar.xz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1npmy92lkj41nnc14b4fpq7z62pminy94zsdbrczj22jpn283rvg")) |
|
|
|