Skip to content

Commit

Permalink
Merge pull request NixOS#279751 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.pdf2docx

python310Packages.pdf2docx: 0.5.6 -> 0.5.7
  • Loading branch information
happysalada authored Jan 9, 2024
2 parents de9f3c8 + 5cc06fb commit 2a322ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pdf2docx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
, python-docx
}:
let
version = "0.5.6";
version = "0.5.7";
in
buildPythonPackage {
pname = "pdf2docx";
Expand All @@ -26,8 +26,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "dothinking";
repo = "pdf2docx";
rev = "v${version}";
hash = "sha256-NrT4GURQIJbqnHstfJrPzwLXT9c2oGBi4QJ6eGIFwu4=";
rev = "refs/tags/v${version}";
hash = "sha256-GDftANn+ioaNR28VfRFDuFgdKoy7D4xiy0ezvWJ3zy0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2a322ea

Please sign in to comment.