diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-11 20:28:02 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-11 20:28:02 +0800 |
commit | 6847247c39671ef14de96ab616efa6107b562a29 (patch) | |
tree | c34a422c8cd73a2412eb38967fb2525315f96ac0 /gnu/packages/pdf.scm | |
parent | f47fbeb23aa9bafb8b60ab753a2943134fb08297 (diff) | |
download | patches-6847247c39671ef14de96ab616efa6107b562a29.tar patches-6847247c39671ef14de96ab616efa6107b562a29.tar.gz |
gnu: poppler: Update 0.36.0.
* gnu/packages/pdf.scm (poppler): Update to 0.36.0.
Diffstat (limited to 'gnu/packages/pdf.scm')
-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 674cca5a7e..8b09726e0a 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -50,13 +50,13 @@ (define-public poppler (package (name "poppler") - (version "0.35.0") + (version "0.36.0") (source (origin (method url-fetch) (uri (string-append "http://poppler.freedesktop.org/poppler-" version ".tar.xz")) (sha256 (base32 - "12917smfna0cf1xilrva2rv4kqxhph8iqn2gv0wzwvnzljqmarz8")))) + "13i440kv873wgmw50rs4d1v05cj0r7bqnghd70hp9vy44dxhdk4k")))) (build-system gnu-build-system) ;; FIXME: more dependencies could be added ;; cairo output: no (requires cairo >= 1.10.0) |