diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-29 19:11:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-30 17:06:42 +0200 |
commit | 984ab5daf96ad9a6ea676ab70109309acce712fa (patch) | |
tree | 74f38e384317ac88a763a63ef619824b4b8870c1 /gnu | |
parent | 6c6e56fe5339b8c6fd401260e8e0b507fb778f80 (diff) | |
download | guix-984ab5daf96ad9a6ea676ab70109309acce712fa.tar guix-984ab5daf96ad9a6ea676ab70109309acce712fa.tar.gz |
gnu: poppler: Update to 0.78.0.
* gnu/packages/pdf.scm (poppler): Update to 0.78.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 6318a4b309..1bf171ceaf 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -85,14 +85,14 @@ (define-public poppler (package (name "poppler") - (version "0.77.0") + (version "0.78.0") (source (origin (method url-fetch) (uri (string-append "https://poppler.freedesktop.org/poppler-" version ".tar.xz")) (sha256 (base32 - "0szk09hk8r98ck9cx97nqwrbzdn1q41ic8dq8j1aar6dpi6fnrvj")))) + "1hiqg4wc6lpf52x3k630w2y1x90fhb6vfqdqg0xrqcx7hwqxsbv2")))) (build-system cmake-build-system) ;; FIXME: ;; use libcurl: no |