me
/
guix
Archived
1
0
Fork 0

gnu: pdfarranger: Update to 1.7.1.

* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1.
master
Nicolas Goaziou 2021-03-14 19:16:55 +01:00
parent e598556ee5
commit 2babf7d831
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1276,7 +1276,7 @@ python-pypdf2 instead.")
(define-public pdfarranger (define-public pdfarranger
(package (package
(name "pdfarranger") (name "pdfarranger")
(version "1.7.0") (version "1.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1285,7 +1285,7 @@ python-pypdf2 instead.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0dmgmvpghsm938iznalbg8h8k17a5h3q466yfc67mcll428n4nx3")))) (base32 "1c2mafnz8pv32wzkc2wx4q8y2x7xffpn6ag12dj7ga5n772fb6s3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f ;no tests '(#:tests? #f ;no tests