python3Packages.pdf2docx: 0.5.9 -> 0.5.12

This commit is contained in:
R. Ryantm
2026-03-10 08:53:50 +00:00
parent 2be73b5a09
commit 42c49e1d8a
@@ -15,7 +15,7 @@
setuptools,
}:
let
version = "0.5.9";
version = "0.5.12";
in
buildPythonPackage {
pname = "pdf2docx";
@@ -26,7 +26,7 @@ buildPythonPackage {
owner = "ArtifexSoftware";
repo = "pdf2docx";
tag = "v${version}";
hash = "sha256-yfxBWQ8r0mCZkk7Gtbeub5x9HBpNWXv6kW1D678hN4g=";
hash = "sha256-fn5MnuLCmqjl99Xvs9THwerkIyUeXwPQmn+znvWtgUE=";
};
build-system = [