Skip to content

Commit

Permalink
pdf-parser: 0.7.9 -> 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 65484f8 commit 855fcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pd/pdf-parser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
pname = "pdf-parser";
version = "0.7.9";
version = "0.7.10";
pyproject = false;

src = fetchzip {
url = "https://didierstevens.com/files/software/pdf-parser_V${
lib.replaceStrings [ "." ] [ "_" ] version
}.zip";
hash = "sha256-1mFThtTe1LKkM/MML44RgskGv3FZborNVBsTqSKanks=";
hash = "sha256-RhgEGue3RcALjLXKOnnXyx/0subXHNuXfDg8hbO3VDg=";
};

postPatch = ''
Expand Down

0 comments on commit 855fcab

Please sign in to comment.