Skip to content

Commit

Permalink
python312Packages.pdfplumber: 0.11.1 -> 0.11.4 (#342217)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Sep 16, 2024
2 parents 20f9370 + 1cdbe4d commit 02c21a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pdfplumber/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "pdfplumber";
version = "0.11.1";
version = "0.11.4";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jsvine";
repo = "pdfplumber";
rev = "refs/tags/v${version}";
hash = "sha256-5A1hjmC6GCS0Uqq5AiCEGqDTwASbJBX0pJGNNyvP3+4=";
hash = "sha256-62S5DMQwSgehl0BcjeRaTocko8xg72pQQ5YLoL3+QbU=";
};

postPatch = ''
Expand Down

0 comments on commit 02c21a0

Please sign in to comment.