me
/
guix
Archived
1
0
Fork 0

gnu: python-poppler-qt5: Update to 21.1.0.

* gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.1.0.
master
Brendan Tildesley 2021-03-10 13:26:20 +11:00 committed by Leo Famulari
parent 3104a743f9
commit 02f664a0a3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -309,14 +309,14 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
(define-public python-poppler-qt5
(package
(name "python-poppler-qt5")
(version "0.24.2")
(version "21.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-poppler-qt5" version))
(sha256
(base32
"0l69llw1fzwz8y90q0qp9q5pifbrqjjbwii7di54dwghw5fc6w1r"))))
"0b82gm4i75q5v19kfbq0h4y0b2vcwr2213zkhxh6l0h45kdndmxd"))))
(build-system python-build-system)
(arguments
`(;; There are no tests. The check phase just causes a rebuild.