diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-31 14:10:59 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-03 15:29:16 +0100 |
commit | 5855813f772653c2cfe03d2a7e4a209e42687e29 (patch) | |
tree | dde206ff9f587aa1833bd46e53cd51ffb6732509 /gnu/packages | |
parent | f97db3de739f3a40aeb918c695dc3994d727bc2e (diff) | |
download | guix-5855813f772653c2cfe03d2a7e4a209e42687e29.tar.gz |
gnu: poppler: Update to 0.85.0.
* gnu/packages/pdf.scm (poppler): Update to 0.85.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 8451390647..62120b9cf9 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -90,14 +90,14 @@ (define-public poppler (package (name "poppler") - (version "0.84.0") + (version "0.85.0") (source (origin (method url-fetch) (uri (string-append "https://poppler.freedesktop.org/poppler-" version ".tar.xz")) (sha256 (base32 - "0ccp2gx05cz5y04k5pgbyi4ikyq60nafa7x2yx4aaf1vfkd318f7")))) + "0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b")))) (build-system cmake-build-system) ;; FIXME: ;; use libcurl: no |