From 235c4ec30ac70a790cf9bebe84c978fbbc020f9a Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 6 Oct 2014 23:29:10 -0400 Subject: 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. --- gnu/packages/pdf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 7ffdde04ae..23ed6bd242 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -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 -- cgit v1.2.3