Merge pull request #319862 from r-ryantm/auto-update/python311Packages.pdfplumber

python311Packages.pdfplumber: 0.11.0 -> 0.11.1
This commit is contained in:
Yt 2024-06-14 21:16:56 +00:00 committed by GitHub
commit 6ff705109a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pdfplumber";
version = "0.11.0";
version = "0.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jsvine";
repo = "pdfplumber";
rev = "refs/tags/v${version}";
hash = "sha256-sjiCxE2WcvBASANCeookNn1n9M+mY0/8QGOCen+pzqM=";
hash = "sha256-5A1hjmC6GCS0Uqq5AiCEGqDTwASbJBX0pJGNNyvP3+4=";
};
postPatch = ''