diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-10 23:24:01 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-10 23:24:01 +0200 |
commit | c05ef5cfc4d9ba2a891cda5d05e0902f06a63e69 (patch) | |
tree | ea654beda22e6b998222b7061db4342e671a414e /gnu/packages | |
parent | 363b476910f2fe36fcc28d00aaa86ab6d821cf0c (diff) | |
download | guix-c05ef5cfc4d9ba2a891cda5d05e0902f06a63e69.tar.gz guix-c05ef5cfc4d9ba2a891cda5d05e0902f06a63e69.zip |
gnu: pdfarranger: Update to 1.9.1.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 915f96bb3f..72698a49a1 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1276,7 +1276,7 @@ manage or manipulate PDFs.") (define-public pdfarranger (package (name "pdfarranger") - (version "1.8.2") + (version "1.9.1") (source (origin (method git-fetch) @@ -1285,7 +1285,7 @@ manage or manipulate PDFs.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18bpnnwjx72d5ps06dr89mkixiwzc9hf5gr75k8qcnrkshl038v2")))) + (base32 "1s0ysg8kfbrvwcr80vrsx7150ixa9v7pb4xm49s97nkiq5k69hal")))) (build-system python-build-system) (arguments '(#:tests? #f ;no tests |