gnu: python-pdftotext: Update to 2.1.6.

* gnu/packages/python-xyz.scm (python-pdftotext): Update to 2.1.6.
This commit is contained in:
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

View file

@ -5280,14 +5280,13 @@ (define-public python-patiencediff
(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)))