guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: pdfarranger: Update to 1.9.1.


From: guix-commits
Subject: 01/02: gnu: pdfarranger: Update to 1.9.1.
Date: Mon, 10 Oct 2022 17:26:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c05ef5cfc4d9ba2a891cda5d05e0902f06a63e69
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 10 23:24:01 2022 +0200

    gnu: pdfarranger: Update to 1.9.1.
    
    * gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]