[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: poppler-data: Update to 0.4.10.
From: |
guix-commits |
Subject: |
01/11: gnu: poppler-data: Update to 0.4.10. |
Date: |
Tue, 24 Nov 2020 06:22:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2c1023b32fa22bc77a1a63b7d317564724e7f1ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 01:31:52 2020 +0100
gnu: poppler-data: Update to 0.4.10.
* gnu/packages/pdf.scm (poppler-data): Update to 0.4.10.
---
gnu/packages/pdf.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index a1984e0..afcea4d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -218,17 +218,17 @@ please install the @code{flyer-composer-gui} package.")))
(define-public poppler-data
(package
(name "poppler-data")
- (version "0.4.9")
+ (version "0.4.10")
(source (origin
(method url-fetch)
(uri (string-append
"https://poppler.freedesktop.org/poppler-data"
"-" version ".tar.gz"))
(sha256
(base32
- "04i0wgdkn5lhda8cyxd1ll4a2p41pwqrwd47n9mdpl7cx5ypx70z"))))
+ "0c3vjs3p7rjc4yfacnhd865r27czmzwcr4j2z4jldi68dvvcwbvf"))))
(build-system gnu-build-system)
(arguments
- '(#:tests? #f ; no test suite
+ '(#:tests? #f ; no test suite
#:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
- branch master updated (097b725 -> eddf3db), guix-commits, 2020/11/24
- 02/11: gnu: youtube-dl: Update to 2020.11.24., guix-commits, 2020/11/24
- 01/11: gnu: poppler-data: Update to 0.4.10.,
guix-commits <=
- 03/11: gnu: earlyoom: Update to 1.6.2., guix-commits, 2020/11/24
- 04/11: gnu: python-databricks-cli: Update to 0.14.1., guix-commits, 2020/11/24
- 05/11: gnu: axel: Update to 2.17.10., guix-commits, 2020/11/24
- 06/11: gnu: mupdf: Remove more bundled software., guix-commits, 2020/11/24
- 07/11: gnu: mupdf: Update to 1.18.0., guix-commits, 2020/11/24
- 09/11: gnu: chirp: Update to 20201121., guix-commits, 2020/11/24
- 10/11: gnu: s6-linux-init: Update to 1.0.5.1., guix-commits, 2020/11/24
- 11/11: gnu: s6-linux-init: Omit static library., guix-commits, 2020/11/24
- 08/11: gnu: mupdf: Prepare for cross-compilation., guix-commits, 2020/11/24