[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: poppler: Update to 0.41.0.
From: |
??? |
Subject: |
11/13: gnu: poppler: Update to 0.41.0. |
Date: |
Wed, 16 Mar 2016 03:57:51 +0000 |
iyzsong pushed a commit to branch gtk-update
in repository guix.
commit 8cc9ff05f492fb0c6c683865befb8aa7c360078b
Author: 宋文武 <address@hidden>
Date: Wed Mar 16 10:43:10 2016 +0800
gnu: poppler: Update to 0.41.0.
* gnu/packages/gtk.scm (poppler): Update to 0.41.0.
---
gnu/packages/pdf.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e8e6993..8c61af9 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -52,13 +52,14 @@
(define-public poppler
(package
(name "poppler")
- (version "0.37.0")
+ (version "0.41.0")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
- (sha256 (base32
- "1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
+ (sha256
+ (base32
+ "06ra364y5bfmkb4ln5i6cx87j6bd46xa0r49w8g9xvfacfmvl2j2"))))
(build-system gnu-build-system)
;; FIXME: more dependencies could be added
;; cairo output: no (requires cairo >= 1.10.0)
- branch gtk-update created (now 8fbc1a9), ???, 2016/03/15
- 09/13: gnu: pixman: Update to 0.34.0., ???, 2016/03/15
- 06/13: gnu: gtk+: Enable SVG support., ???, 2016/03/15
- 13/13: gnu: harfbuzz: Update to 1.2.3., ???, 2016/03/15
- 02/13: gnu: openssl: Update to 1.0.2g., ???, 2016/03/15
- 01/13: gnu: perl: Incorporate patch for CVE-2016-2381., ???, 2016/03/15
- 07/13: gnu: gtk+: Update to 3.18.9., ???, 2016/03/15
- 08/13: gnu: gtk+-2: Update to 2.24.30., ???, 2016/03/15
- 04/13: gnu: eudev: Add dependency on blkid., ???, 2016/03/15
- 10/13: gnu: cairo: Update to 1.14.6., ???, 2016/03/15
- 11/13: gnu: poppler: Update to 0.41.0.,
??? <=
- 12/13: gnu: glib: Update to 2.46.2., ???, 2016/03/15
- 03/13: gnu: graphite2: Update to 1.3.6., ???, 2016/03/15
- 05/13: gnu: dbus: Incorporate "dbus-helper-search-path.patch"., ???, 2016/03/15