pdfding: 1.12.0 -> 1.13.0

Diff: https://github.com/mrmn2/PdfDing/compare/v1.12.0...v1.13.0
Changelog: https://github.com/mrmn2/PdfDing/releases/tag/v1.13.0

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 0f212d0be6)
This commit is contained in:
phanirithvij
2026-08-18 10:28:05 +05:30
committed by github-actions[bot]
parent 10f6b810f8
commit 24f1048cc2

View File

@@ -12,12 +12,12 @@ let
in
python.pkgs.buildPythonPackage (finalAttrs: {
pname = "pdfding";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "mrmn2";
repo = "PdfDing";
tag = "v${finalAttrs.version}";
hash = "sha256-LcZa9BxP99lI7Hqt3seyBeFNn4oLtR31yjq3Ap/IwUE=";
hash = "sha256-HMoCmPlT40o6oitUw/X582dXie/5iglpnXQs4VEbp1g=";
};
pyproject = true;
@@ -139,6 +139,7 @@ python.pkgs.buildPythonPackage (finalAttrs: {
"django-allauth"
"gunicorn"
"huey"
"markdown"
"nh3"
"psycopg2-binary"
"pypdf"