gnu: Poppler: Update to 0.86.1.
* gnu/packages/pdf.scm (poppler): Update to 0.86.1.
This commit is contained in:
parent
df5a2e4f83
commit
a7924ba9f7
1 changed files with 2 additions and 2 deletions
|
@ -96,14 +96,14 @@
|
||||||
(define-public poppler
|
(define-public poppler
|
||||||
(package
|
(package
|
||||||
(name "poppler")
|
(name "poppler")
|
||||||
(version "0.85.0")
|
(version "0.86.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://poppler.freedesktop.org/poppler-"
|
(uri (string-append "https://poppler.freedesktop.org/poppler-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b"))))
|
"0v3z4mk1rr8i0c4cfkab7pnxdbil30j4cm4w6cqlq6cfghkhlqxg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; FIXME:
|
;; FIXME:
|
||||||
;; use libcurl: no
|
;; use libcurl: no
|
||||||
|
|
Reference in a new issue