3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #134715 from r-ryantm/auto-update/python3.8-pdftotext

python38Packages.pdftotext: 2.1.6 -> 2.2.0
This commit is contained in:
Sandro 2021-08-26 13:42:17 +02:00 committed by GitHub
commit 753f390a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pdftotext";
version = "2.1.6";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "caf8ddbaeaf0a5897f07655a71747242addab2e695e84c5d47f2ea92dfe2a594";
sha256 = "efbbfb14cf37ed7ab2c71936bae44707dfed6bb3be7ea5214e9c44c8c258c7af";
};
buildInputs = [ poppler ];