mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
10f6b810f8
commit
24f1048cc2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user