Skip to content

Commit

Permalink
pdf-parser: 0.7.9 -> 0.7.10 (#362916)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 21ba179 + 855fcab commit 10c85db
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 10c85db

Please sign in to comment.