diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
commit | ed2b7c854d5a2ffb7bd0afc1be80ff85756bda86 (patch) | |
tree | d0eb13ad33e81c84e3b6fc1cf7a67386a0112dfe /gnu/packages/pdf.scm | |
parent | a44ca60684b2dd91907a09063ecc72571c3600d3 (diff) | |
download | guix-ed2b7c854d5a2ffb7bd0afc1be80ff85756bda86.tar.gz |
gnu: pdfarranger: Update to 1.9.2.
* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.2.
Diffstat (limited to 'gnu/packages/pdf.scm')
-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 727fc20f36..19e10649f3 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.9.1") + (version "1.9.2") (source (origin (method git-fetch) @@ -1285,7 +1285,7 @@ manage or manipulate PDFs.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1s0ysg8kfbrvwcr80vrsx7150ixa9v7pb4xm49s97nkiq5k69hal")))) + (base32 "1zj1fdaqih9d878yxy96ivgqyg4j31slvh2gqsyz2l2vj3s8z54x")))) (build-system python-build-system) (arguments (list |