[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: jbig2dec: Update to 0.16.
From: |
guix-commits |
Subject: |
11/14: gnu: jbig2dec: Update to 0.16. |
Date: |
Sun, 16 Jun 2019 03:44:56 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit b70ffe4e949062e37049f1ef3603a98703bd153e
Author: Marius Bakke <address@hidden>
Date: Sun Jun 16 08:19:53 2019 +0200
gnu: jbig2dec: Update to 0.16.
* gnu/packages/image.scm (jbig2dec): Update to 0.16.
---
gnu/packages/image.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index eabb6ae..390b74c 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -534,15 +534,15 @@ arithmetic ops.")
(define-public jbig2dec
(package
(name "jbig2dec")
- (version "0.15")
+ (version "0.16")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ArtifexSoftware"
"/ghostpdl-downloads/releases/download"
- "/gs924/" name "-" version ".tar.gz"))
+ "/gs927/" name "-" version ".tar.gz"))
(sha256
(base32
- "0m1qwpbjbirgw2fqznbajdhdhh35d6xa2csr64lpjz735pvimykb"))
+ "00h61y7bh3z6mqfzxyb318gyh0f8jwarg4hvlrm83rqps8avzxm4"))
(patches (search-patches "jbig2dec-ignore-testtest.patch"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--disable-static")))
- branch core-updates updated (852d30a -> b1593c1), guix-commits, 2019/06/16
- 02/14: gnu: CMake: Update to 3.14.5., guix-commits, 2019/06/16
- 05/14: gnu: GnuTLS: Update to 3.6.8., guix-commits, 2019/06/16
- 01/14: gnu: freetype: Update to 2.10.0., guix-commits, 2019/06/16
- 03/14: gnu: curl: Update to 7.65.1., guix-commits, 2019/06/16
- 11/14: gnu: jbig2dec: Update to 0.16.,
guix-commits <=
- 04/14: gnu: harfbuzz: Update to 2.5.1., guix-commits, 2019/06/16
- 13/14: gnu: cross-base: Fix C++ cross-compilation problems with GCC 7., guix-commits, 2019/06/16
- 10/14: gnu: adb: Build against OpenSSL 1.0., guix-commits, 2019/06/16
- 14/14: gnu: bison: Disable parallel build., guix-commits, 2019/06/16
- 06/14: gnu: nghttp2: Update to 1.39.1., guix-commits, 2019/06/16
- 09/14: gnu: poppler: Update to 0.77.0., guix-commits, 2019/06/16
- 08/14: gnu: texlive-bin: Remove GCC5 workaround., guix-commits, 2019/06/16
- 12/14: gnu: ghostscript: Update to 9.27., guix-commits, 2019/06/16
- 07/14: gnu: libarchive: Update to 3.4.0., guix-commits, 2019/06/16