gnu: poppler: Update to 0.35.0.

* gnu/packages/pdf.scm (poppler): Update to 0.35.0.
This commit is contained in:
宋文武 2015-08-22 11:37:31 +08:00
parent 81ece42981
commit f5c0b04bfe
1 changed files with 2 additions and 2 deletions

View File

@ -50,13 +50,13 @@
(define-public poppler
(package
(name "poppler")
(version "0.32.0")
(version "0.35.0")
(source (origin
(method url-fetch)
(uri (string-append "http://poppler.freedesktop.org/poppler-"
version ".tar.xz"))
(sha256 (base32
"162vfbvbz0frvqyk00ldsbl49h4bj8i8wn0ngfl30xg1lldy6qs9"))))
"12917smfna0cf1xilrva2rv4kqxhph8iqn2gv0wzwvnzljqmarz8"))))
(build-system gnu-build-system)
;; FIXME: more dependencies could be added
;; cairo output: no (requires cairo >= 1.10.0)