python312Packages.pdfplumber: 0.11.1 -> 0.11.4 (#342217)

This commit is contained in:
Yt 2024-09-16 06:24:18 -04:00 committed by GitHub
commit 02c21a04ea
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.1";
version = "0.11.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jsvine";
repo = "pdfplumber";
rev = "refs/tags/v${version}";
hash = "sha256-5A1hjmC6GCS0Uqq5AiCEGqDTwASbJBX0pJGNNyvP3+4=";
hash = "sha256-62S5DMQwSgehl0BcjeRaTocko8xg72pQQ5YLoL3+QbU=";
};
postPatch = ''