~ruther/guix-local

235c4ec30ac70a790cf9bebe84c978fbbc020f9a — Mark H Weaver 11 years ago 2de5258
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +2 -2
@@ 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