Archived
1
0
Fork 0

gnu: pdfarranger: Update to 1.9.1.

* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1.
This commit is contained in:
Nicolas Goaziou 2022-10-10 23:24:01 +02:00
parent 363b476910
commit c05ef5cfc4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1276,7 +1276,7 @@ manage or manipulate PDFs.")
(define-public pdfarranger (define-public pdfarranger
(package (package
(name "pdfarranger") (name "pdfarranger")
(version "1.8.2") (version "1.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1285,7 +1285,7 @@ manage or manipulate PDFs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "18bpnnwjx72d5ps06dr89mkixiwzc9hf5gr75k8qcnrkshl038v2")))) (base32 "1s0ysg8kfbrvwcr80vrsx7150ixa9v7pb4xm49s97nkiq5k69hal"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f ;no tests '(#:tests? #f ;no tests