me
/
guix
Archived
1
0
Fork 0

gnu: pdfarranger: Update to 1.8.2.

* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.2.
master
Nicolas Goaziou 2021-12-27 10:40:17 +01:00
parent 4b56f5c869
commit 88fbcab102
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 3 deletions

View File

@ -1246,7 +1246,7 @@ python-pypdf2 instead.")
(define-public pdfarranger
(package
(name "pdfarranger")
(version "1.8.1")
(version "1.8.2")
(source
(origin
(method git-fetch)
@ -1255,7 +1255,7 @@ python-pypdf2 instead.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1lcmlr7x4143f7wcn0m1ijlvch07nww2qfp3jfnacgy889ijvbfx"))))
(base32 "18bpnnwjx72d5ps06dr89mkixiwzc9hf5gr75k8qcnrkshl038v2"))))
(build-system python-build-system)
(arguments
'(#:tests? #f ;no tests
@ -1273,7 +1273,10 @@ python-pypdf2 instead.")
(inputs
(list gtk+ poppler))
(propagated-inputs
(list img2pdf python-dateutil python-pikepdf python-pycairo
(list img2pdf
python-dateutil
python-pikepdf
python-pycairo
python-pygobject))
(home-page "https://github.com/jeromerobert/pdfarranger")
(synopsis "Merge, split and re-arrange pages from PDF documents")