Merge pull request #279751 from r-ryantm/auto-update/python310Packages.pdf2docx

python310Packages.pdf2docx: 0.5.6 -> 0.5.7
This commit is contained in:
Yt
2024-01-09 23:52:40 +01:00
committed by GitHub
@@ -16,7 +16,7 @@
, python-docx
}:
let
version = "0.5.6";
version = "0.5.7";
in
buildPythonPackage {
pname = "pdf2docx";
@@ -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 = [