Archived
1
0
Fork 0

gnu: jbig2dec: Update to 0.19.

* gnu/packages/image.scm (jbig2dec): Update to 0.19.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Vincent Legoll 2021-02-20 22:10:08 +01:00 committed by Leo Famulari
parent 910699ea1e
commit 6579100df0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -674,15 +674,15 @@ arithmetic ops.")
(define-public jbig2dec (define-public jbig2dec
(package (package
(name "jbig2dec") (name "jbig2dec")
(version "0.18") (version "0.19")
(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"
"/gs951/" name "-" version ".tar.gz")) "/gs9533/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pigfw2v0ppvr0lbysm69gx0zsa5q2q92yrb8af2j3im6x97f6cy")))) "0dwa24kjqyg9hmm40fh048sdxfpnasz43l2rm8wlkw1qbdlpd517"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments '(#:configure-flags '("--disable-static") (arguments '(#:configure-flags '("--disable-static")
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases