mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: poppler: Update to 22.09.0.
* gnu/packages/pdf.scm (poppler): Update to 22.09.0.
This commit is contained in:
parent
70541df5cc
commit
c37a31e9ab
1 changed files with 2 additions and 2 deletions
|
@ -227,14 +227,14 @@ (define-public flyer-composer-cli
|
|||
(define-public poppler
|
||||
(package
|
||||
(name "poppler")
|
||||
(version "22.07.0")
|
||||
(version "22.09.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://poppler.freedesktop.org/poppler-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a1lmyg3sxxq41z0xmxa889qdx1jwqiybcsr28ay50ipqk2k00j2"))))
|
||||
"0bhyli95h3dkirjc0ibh08s4nim6rn7f38sbfzdwln8k454gga6p"))))
|
||||
(build-system cmake-build-system)
|
||||
;; FIXME:
|
||||
;; use libcurl: no
|
||||
|
|
Loading…
Reference in a new issue