mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: Poppler: Update to 22.07.0.
* gnu/packages/pdf.scm (poppler): Update to 22.07.0. [native-inputs]: Add PYTHON.
This commit is contained in:
parent
72cb5a3a64
commit
6c83dd6f4e
1 changed files with 4 additions and 3 deletions
|
@ -226,14 +226,14 @@ please install the @code{flyer-composer-gui} package.")))
|
||||||
(define-public poppler
|
(define-public poppler
|
||||||
(package
|
(package
|
||||||
(name "poppler")
|
(name "poppler")
|
||||||
(version "22.01.0")
|
(version "22.07.0")
|
||||||
(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
|
||||||
"0giin9klpj7264n4rl8qwvc6rh650ap2qg39bhz431jvdc2r6d3x"))))
|
"0a1lmyg3sxxq41z0xmxa889qdx1jwqiybcsr28ay50ipqk2k00j2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; FIXME:
|
;; FIXME:
|
||||||
;; use libcurl: no
|
;; use libcurl: no
|
||||||
|
@ -258,7 +258,8 @@ please install the @code{flyer-composer-gui} package.")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
`(,glib "bin") ; glib-mkenums, etc.
|
`(,glib "bin") ; glib-mkenums, etc.
|
||||||
gobject-introspection))
|
gobject-introspection
|
||||||
|
python))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
;; The Poppler test suite needs to be downloaded separately and contains
|
;; The Poppler test suite needs to be downloaded separately and contains
|
||||||
|
|
Loading…
Add table
Reference in a new issue