diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 20:00:07 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 20:00:07 +0200 |
commit | df7effa299d877b468d43203f1a334eb84355346 (patch) | |
tree | 9387a71432b8b18feae02b41a24d51ba60bf01b1 /gnu | |
parent | cb6392698af08c1774e8a9f05cb09dcf0409e718 (diff) | |
download | guix-df7effa299d877b468d43203f1a334eb84355346.tar guix-df7effa299d877b468d43203f1a334eb84355346.tar.gz |
gnu: poppler: Update to 0.59.0.
* gnu/packages/pdf.scm (poppler): Update to 0.59.0.
Diffstat (limited to 'gnu')
-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 5e52d87ca5..1ee4b819f9 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -76,14 +76,14 @@ (define-public poppler (package (name "poppler") - (version "0.56.0") + (version "0.59.0") (source (origin (method url-fetch) (uri (string-append "https://poppler.freedesktop.org/poppler-" version ".tar.xz")) (sha256 (base32 - "0wviayidfv2ix2ql0d4nl9r1ia6qi5kc1nybd9vjx27dk7gvm7c6")))) + "0hcnghliyr8pr887qza18qfgaclw5jr889g1cjcglkni9jr2dmm3")))) (build-system gnu-build-system) ;; FIXME: ;; use libcurl: no |