pdfding: 1.8.0 -> 1.9.0 (#534165)

This commit is contained in:
Sizhe Zhao
2026-06-22 08:13:37 +00:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@
stdenv,
fetchNpmDeps,
fetchzip,
fetchFromGitHub,
npmHooks,
tailwindcss_4,
+2 -3
View File
@@ -12,12 +12,12 @@ let
in
python.pkgs.buildPythonPackage (finalAttrs: {
pname = "pdfding";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "mrmn2";
repo = "PdfDing";
tag = "v${finalAttrs.version}";
hash = "sha256-ITOsKABToGMJDdCiWH3+nTuuTW5ZuMXcQYv0QyMb19I=";
hash = "sha256-r3hO92iriQ/0KDl+D/0j5RoneTTCDmt8m4e7ugzyOPs=";
};
pyproject = true;
@@ -132,7 +132,6 @@ python.pkgs.buildPythonPackage (finalAttrs: {
'';
pythonRelaxDeps = [
"django-allauth"
"gunicorn"
"huey"
"nh3"