gnu: poppler-data: Update to 0.4.10.

* gnu/packages/pdf.scm (poppler-data): Update to 0.4.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-24 01:31:52 +01:00
parent 097b725532
commit 2c1023b32f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -218,17 +218,17 @@ (define-public poppler
(define-public poppler-data
(package
(name "poppler-data")
(version "0.4.9")
(version "0.4.10")
(source (origin
(method url-fetch)
(uri (string-append "https://poppler.freedesktop.org/poppler-data"
"-" version ".tar.gz"))
(sha256
(base32
"04i0wgdkn5lhda8cyxd1ll4a2p41pwqrwd47n9mdpl7cx5ypx70z"))))
"0c3vjs3p7rjc4yfacnhd865r27czmzwcr4j2z4jldi68dvvcwbvf"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite
'(#:tests? #f ; no test suite
#:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases