[Backport release-26.05] pdfding: 1.9.0 -> 1.10.0

Diff: https://github.com/mrmn2/PdfDing/compare/v1.9.0...v1.10.0
Changelog: https://github.com/mrmn2/PdfDing/releases/tag/v1.10.0

Not-cherry-picked-because: patch differs from master
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-07-10 07:49:32 +05:30
parent fa12df6946
commit c8b934ca98
2 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
npmDeps = fetchNpmDeps {
inherit (finalAttrs) src;
name = "pdfding-${finalAttrs.version}-npm-deps";
hash = "sha256-fxhDP/kyDfL1uiZCUNr2Cd6vDnyb9V+gTSNPyjSIm18=";
hash = "sha256-TDX2xoHj07aUeuLPt/TlgkdRdTiv3fNbriChzEB4EXk=";
};
nativeBuildInputs = [

View File

@@ -12,12 +12,12 @@ let
in
python.pkgs.buildPythonPackage (finalAttrs: {
pname = "pdfding";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "mrmn2";
repo = "PdfDing";
tag = "v${finalAttrs.version}";
hash = "sha256-r3hO92iriQ/0KDl+D/0j5RoneTTCDmt8m4e7ugzyOPs=";
hash = "sha256-C1osj8V9+z3ahl4+zUtyI22GMtSgNLzfdGttL7gPDvY=";
};
pyproject = true;
@@ -132,13 +132,11 @@ python.pkgs.buildPythonPackage (finalAttrs: {
'';
pythonRelaxDeps = [
"django"
"django-allauth"
"gunicorn"
"huey"
"nh3"
"psycopg2-binary"
"pypdf"
"pypdfium2"
];