mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: pdfarranger: Update to 1.11.0.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.11.0. Change-Id: I83ac78101111607bd49bd0cb2e49ed1794af1c19
This commit is contained in:
parent
17f94d360f
commit
cb7456eb59
1 changed files with 2 additions and 2 deletions
|
@ -1420,7 +1420,7 @@ (define-public python-pypdf2
|
|||
(define-public pdfarranger
|
||||
(package
|
||||
(name "pdfarranger")
|
||||
(version "1.10.1")
|
||||
(version "1.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1429,7 +1429,7 @@ (define-public pdfarranger
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bi3yyns05yamml5jcnqvdaf7i19jg636wb1fj2mwlial9ww7zwp"))))
|
||||
(base32 "045a6j5mh2ixrx3awrpfqh6l3x61i4jrv8r73xz1mvw0bc97lxbc"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue