gnu: jbig2dec: Update to 0.16.
* gnu/packages/image.scm (jbig2dec): Update to 0.16.
This commit is contained in:
parent
e960c20a06
commit
b70ffe4e94
|
@ -534,15 +534,15 @@ arithmetic ops.")
|
||||||
(define-public jbig2dec
|
(define-public jbig2dec
|
||||||
(package
|
(package
|
||||||
(name "jbig2dec")
|
(name "jbig2dec")
|
||||||
(version "0.15")
|
(version "0.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ArtifexSoftware"
|
(uri (string-append "https://github.com/ArtifexSoftware"
|
||||||
"/ghostpdl-downloads/releases/download"
|
"/ghostpdl-downloads/releases/download"
|
||||||
"/gs924/" name "-" version ".tar.gz"))
|
"/gs927/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m1qwpbjbirgw2fqznbajdhdhh35d6xa2csr64lpjz735pvimykb"))
|
"00h61y7bh3z6mqfzxyb318gyh0f8jwarg4hvlrm83rqps8avzxm4"))
|
||||||
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
|
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--disable-static")))
|
(arguments '(#:configure-flags '("--disable-static")))
|
||||||
|
|
Loading…
Reference in New Issue