[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: poppler: Update to 0.67.0.
From: |
Marius Bakke |
Subject: |
12/12: gnu: poppler: Update to 0.67.0. |
Date: |
Wed, 1 Aug 2018 09:12:22 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 07ca7165f90079948e7174468b47ecc7cd38531d
Author: Marius Bakke <address@hidden>
Date: Wed Aug 1 15:02:36 2018 +0200
gnu: poppler: Update to 0.67.0.
* gnu/packages/pdf.scm (poppler): Update to 0.67.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 cb5442c..f5f4f95 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -80,14 +80,14 @@
(define-public poppler
(package
(name "poppler")
- (version "0.64.0")
+ (version "0.67.0")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
(sha256
(base32
- "1cb4gz3h7cfqyphhx71qc9mp417bdphchbfghmvhcy4zm4ngj7dj"))))
+ "1yb6agmcxf0ixqm65d4aknl0hgmswf94x0k59ic0qqav1wd4yjm3"))))
(build-system cmake-build-system)
;; FIXME:
;; use libcurl: no
- branch core-updates updated (a4b7a1c -> 07ca716), Marius Bakke, 2018/08/01
- 05/12: gnu: libidn2: Don't build static library., Marius Bakke, 2018/08/01
- 07/12: gnu: libidn: Don't build static libraries., Marius Bakke, 2018/08/01
- 03/12: gnu: nettle: Move static libraries to separate output., Marius Bakke, 2018/08/01
- 06/12: gnu: libunistring: Don't install static library., Marius Bakke, 2018/08/01
- 08/12: gnu: shishi: Don't build static library., Marius Bakke, 2018/08/01
- 12/12: gnu: poppler: Update to 0.67.0.,
Marius Bakke <=
- 09/12: gnu: curl: Don't build static library., Marius Bakke, 2018/08/01
- 11/12: gnu: pango: Update to 1.42.3., Marius Bakke, 2018/08/01
- 10/12: gnu: zlib: Move static library to separate output., Marius Bakke, 2018/08/01
- 01/12: gnu: python-fonttools: Update license., Marius Bakke, 2018/08/01
- 02/12: gnu: python-pytest: Update to 3.6.4., Marius Bakke, 2018/08/01
- 04/12: gnu: libtasn1: Don't build static library., Marius Bakke, 2018/08/01