mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: pdfarranger: Update to 1.8.1.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1.
This commit is contained in:
parent
60dc7a7925
commit
0d8c801d83
1 changed files with 2 additions and 2 deletions
|
@ -1261,7 +1261,7 @@ (define-public python2-pypdf
|
|||
(define-public pdfarranger
|
||||
(package
|
||||
(name "pdfarranger")
|
||||
(version "1.8.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1270,7 +1270,7 @@ (define-public pdfarranger
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xfxcwb24rp0kni2b4wdk6fvhqnhd6fh559ag6wdr4sspzkqwdjf"))))
|
||||
(base32 "1lcmlr7x4143f7wcn0m1ijlvch07nww2qfp3jfnacgy889ijvbfx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue