me
/
guix
Archived
1
0
Fork 0

gnu: python-pdftotext: Update to 2.1.6.

* gnu/packages/python-xyz.scm (python-pdftotext): Update to 2.1.6.
master
Tobias Geerinckx-Rice 2021-05-18 16:23:55 +02:00
parent b3c4af692e
commit e0be9fa62d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -5280,14 +5280,13 @@ humans, and implementation simplicity.")
(define-public python-pdftotext
(package
(name "python-pdftotext")
(version "2.1.5")
(version "2.1.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pdftotext" version))
(sha256
(base32
"19la1cw1hmkcr8big04gm2dd5fw0y0z97g930aiy29s1gaqbiblq"))))
(base32 "1555wbgr5spj8xflrs4mwsrdmba2f9s72nk50xzqk9ghxaxdvy6a"))))
(build-system python-build-system)
(inputs
`(("poppler" ,poppler)))