gnu: pdfarranger: Update to 1.7.1.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.7.1.master
parent
e598556ee5
commit
2babf7d831
|
@ -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
|
||||||
|
|
Reference in New Issue