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:
Mark H Weaver 2014-10-06 23:29:10 -04:00
parent 2de52589dd
commit 235c4ec30a
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ extracting content or merging files.")
(source
(origin
(method url-fetch)
(uri (string-append "http://mupdf.com/downloads/" name "-" version
"-source.tar.gz"))
(uri (string-append "http://mupdf.com/downloads/archive/"
name "-" version "-source.tar.gz"))
(sha256
(base32 "0sl47zqf4c9fhs4h5zg046vixjmwgy4vhljhr5g4md733nash7z4"))
(patches