Skip to content

Commit 02c21a0

Browse files
authored
python312Packages.pdfplumber: 0.11.1 -> 0.11.4 (#342217)
2 parents 20f9370 + 1cdbe4d commit 02c21a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pdfplumber/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pdfplumber";
21-
version = "0.11.1";
21+
version = "0.11.4";
2222
format = "setuptools";
2323

2424
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "jsvine";
2828
repo = "pdfplumber";
2929
rev = "refs/tags/v${version}";
30-
hash = "sha256-5A1hjmC6GCS0Uqq5AiCEGqDTwASbJBX0pJGNNyvP3+4=";
30+
hash = "sha256-62S5DMQwSgehl0BcjeRaTocko8xg72pQQ5YLoL3+QbU=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)