We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20f9370 + 1cdbe4d commit 02c21a0Copy full SHA for 02c21a0
1 file changed
pkgs/development/python-modules/pdfplumber/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "pdfplumber";
21
- version = "0.11.1";
+ version = "0.11.4";
22
format = "setuptools";
23
24
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "jsvine";
28
repo = "pdfplumber";
29
rev = "refs/tags/v${version}";
30
- hash = "sha256-5A1hjmC6GCS0Uqq5AiCEGqDTwASbJBX0pJGNNyvP3+4=";
+ hash = "sha256-62S5DMQwSgehl0BcjeRaTocko8xg72pQQ5YLoL3+QbU=";
31
};
32
33
postPatch = ''
0 commit comments