gnu: pdfarranger: Update to 1.9.1.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1.
This commit is contained in:
parent
363b476910
commit
c05ef5cfc4
1 changed files with 2 additions and 2 deletions
|
@ -1276,7 +1276,7 @@ manage or manipulate PDFs.")
|
||||||
(define-public pdfarranger
|
(define-public pdfarranger
|
||||||
(package
|
(package
|
||||||
(name "pdfarranger")
|
(name "pdfarranger")
|
||||||
(version "1.8.2")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1285,7 +1285,7 @@ manage or manipulate PDFs.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18bpnnwjx72d5ps06dr89mkixiwzc9hf5gr75k8qcnrkshl038v2"))))
|
(base32 "1s0ysg8kfbrvwcr80vrsx7150ixa9v7pb4xm49s97nkiq5k69hal"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no tests
|
'(#:tests? #f ;no tests
|
||||||
|
|
Reference in a new issue