python3Packages.pdf2docx: 0.5.12 -> 0.5.13

This commit is contained in:
R. Ryantm
2026-05-08 08:01:17 +00:00
parent a88046bb32
commit 5fd5dc531d
@@ -15,7 +15,7 @@
setuptools,
}:
let
version = "0.5.12";
version = "0.5.13";
in
buildPythonPackage {
pname = "pdf2docx";
@@ -26,7 +26,7 @@ buildPythonPackage {
owner = "ArtifexSoftware";
repo = "pdf2docx";
tag = "v${version}";
hash = "sha256-fn5MnuLCmqjl99Xvs9THwerkIyUeXwPQmn+znvWtgUE=";
hash = "sha256-GZ7aUTSGSly21lMiUOXc6Y8h9WY2zQQxF5M11PwTtCA=";
};
build-system = [