[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31753] [PATCH] gnu: Fix url in jbig2dec.
From: |
Gábor Boskovits |
Subject: |
[bug#31753] [PATCH] gnu: Fix url in jbig2dec. |
Date: |
Fri, 8 Jun 2018 10:49:02 +0200 |
* gnu/packages/image.scm (jbig2dec): Fix url.
---
gnu/packages/image.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 37d51f1e5..c687576bb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -487,7 +487,8 @@ arithmetic ops.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://downloads.ghostscript.com/public/" name "/"
+ (uri (string-append "https://github.com/ArtifexSoftware/"
+ "ghostpdl-downloads/releases/download/gs922/"
name "-" version ".tar.gz"))
(sha256
(base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
--
2.17.1
- [bug#31753] [PATCH] gnu: Fix url in jbig2dec.,
Gábor Boskovits <=