summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-26 00:45:11 +0000
committerGitHub <noreply@github.com>2021-01-26 00:45:11 +0000
commit2661d9378f9b25c894e40a43b7db603aa88e1b4a (patch)
treedc459c57338b4c1cb690b6a2177d7fb8f87e5dd0 /pkgs/applications/misc
parenta127deeb889b111138f5152e54681577706ab741 (diff)
parent68953d0486ab5f536c9145b5355cbcaa7e3047dc (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/pdfarranger/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/pdfarranger/default.nix b/pkgs/applications/misc/pdfarranger/default.nix
index 73dd9390382e..27a5934e4838 100644
--- a/pkgs/applications/misc/pdfarranger/default.nix
+++ b/pkgs/applications/misc/pdfarranger/default.nix
@@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "pdfarranger";
- version = "1.6.2";
+ version = "1.7.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "wJ6ImWpszfgErfLh7YgHirVKFIt0ij8A/CdYJmkNBP0=";
+ sha256 = "0dmgmvpghsm938iznalbg8h8k17a5h3q466yfc67mcll428n4nx3";
};
nativeBuildInputs = [
@@ -29,6 +29,7 @@ python3Packages.buildPythonApplication rec {
pikepdf
img2pdf
setuptools
+ dateutil
];
# incompatible with wrapGAppsHook
@@ -45,6 +46,6 @@ python3Packages.buildPythonApplication rec {
description = "Merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface";
platforms = platforms.linux;
maintainers = with maintainers; [ symphorien ];
- license = licenses.gpl3;
+ license = licenses.gpl3Plus;
};
}