mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mupdf: Use a source URL where older versions remain available.
* gnu/packages/pdf.scm (mupdf)[source]: Download from the archive subdirectory, where both old and new versions are kept.
This commit is contained in:
parent
2de52589dd
commit
235c4ec30a
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ (define-public mupdf
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://mupdf.com/downloads/" name "-" version
|
(uri (string-append "http://mupdf.com/downloads/archive/"
|
||||||
"-source.tar.gz"))
|
name "-" version "-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sl47zqf4c9fhs4h5zg046vixjmwgy4vhljhr5g4md733nash7z4"))
|
(base32 "0sl47zqf4c9fhs4h5zg046vixjmwgy4vhljhr5g4md733nash7z4"))
|
||||||
(patches
|
(patches
|
||||||
|
|
Loading…
Reference in a new issue