[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/18: gnu: poppler: Update to 0.79.0.
From: |
guix-commits |
Subject: |
13/18: gnu: poppler: Update to 0.79.0. |
Date: |
Wed, 31 Jul 2019 08:58:41 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e23dd493606d268111c115d2948dd3f66efb9124
Author: Marius Bakke <address@hidden>
Date: Sun Jul 21 17:23:14 2019 +0200
gnu: poppler: Update to 0.79.0.
* gnu/packages/pdf.scm (poppler): Update to 0.79.0.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 046c18c..7108386 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -85,14 +85,14 @@
(define-public poppler
(package
(name "poppler")
- (version "0.78.0")
+ (version "0.79.0")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
(sha256
(base32
- "1hiqg4wc6lpf52x3k630w2y1x90fhb6vfqdqg0xrqcx7hwqxsbv2"))))
+ "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr"))))
(build-system cmake-build-system)
;; FIXME:
;; use libcurl: no
- branch core-updates updated (6a2e542 -> 51d4c79), guix-commits, 2019/07/31
- 02/18: gnu: prank: Update to 170427., guix-commits, 2019/07/31
- 01/18: gnu: ftgl: Update to 2.4.0., guix-commits, 2019/07/31
- 05/18: gnu: icu4c: Make 'libicudata.so' behave the same on all architectures., guix-commits, 2019/07/31
- 07/18: gnu: libarchive: Do not build 'libarchive.a'., guix-commits, 2019/07/31
- 15/18: gnu: gnutls: Update to 3.6.9., guix-commits, 2019/07/31
- 03/18: gnu: gpsbabel: Remove GCC 5 workaround., guix-commits, 2019/07/31
- 16/18: gnu: libice: Update to 1.0.10., guix-commits, 2019/07/31
- 13/18: gnu: poppler: Update to 0.79.0.,
guix-commits <=
- 09/18: gnu: Remove workarounds for missing libarchive nettle propagation., guix-commits, 2019/07/31
- 17/18: gnu: glib: Update to 2.60.6., guix-commits, 2019/07/31
- 08/18: gnu: libarchive: Embed absolute references to required libraries in .la file., guix-commits, 2019/07/31
- 06/18: gnu: libarchive: Enable zstd support., guix-commits, 2019/07/31
- 18/18: gnu: Remove workarounds for <https://bugs.gnu.org/36721>., guix-commits, 2019/07/31
- 10/18: gnu: CMake: Update to 3.15.1., guix-commits, 2019/07/31
- 04/18: gnu: icu4c: Add upstream patches., guix-commits, 2019/07/31
- 11/18: gnu: boost: Do not install CMake files., guix-commits, 2019/07/31
- 14/18: gnu: libtasn1: Update to 4.14., guix-commits, 2019/07/31
- 12/18: gnu: curl: Update to 7.65.3., guix-commits, 2019/07/31