gnu: pdfarranger: Update to 1.8.1.

* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1.
This commit is contained in:
Nicolas Goaziou 2021-12-11 14:27:37 +01:00
parent 60dc7a7925
commit 0d8c801d83
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1261,7 +1261,7 @@ (define-public python2-pypdf
(define-public pdfarranger (define-public pdfarranger
(package (package
(name "pdfarranger") (name "pdfarranger")
(version "1.8.0") (version "1.8.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1270,7 +1270,7 @@ (define-public pdfarranger
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0xfxcwb24rp0kni2b4wdk6fvhqnhd6fh559ag6wdr4sspzkqwdjf")))) (base32 "1lcmlr7x4143f7wcn0m1ijlvch07nww2qfp3jfnacgy889ijvbfx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f ;no tests '(#:tests? #f ;no tests