This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e6bac1d3db gnu: pdfarranger: Update to 1.13.0.
e6bac1d3db is described below

commit e6bac1d3db6d6ec949f6797b8dadb2c68da84e19
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Thu Mar 19 23:15:07 2026 +0100

    gnu: pdfarranger: Update to 1.13.0.
    
    * gnu/packages/pdf.scm (pdfarranger): Update to 1.13.0.
    [source]: Update URL.
    [arguments]: Enable tests.
    [native-inputs]: Remove python-wheel; add python-pytest.
    [inputs]: Remove python-pygobject; add python-pygobject-3.50.
    [home-page]: Update URL.
    
    Fixex guix/guix!6569
    Merges guix/guix!7317
    
    Change-Id: Idca6a1146e7b793c7a5c668371d048ae350828a1
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/pdf.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ecb64c8368..101724b790 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1729,20 +1729,19 @@ cropping, and transforming PDF files.")
 (define-public pdfarranger
   (package
     (name "pdfarranger")
-    (version "1.12.1")
+    (version "1.13.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/jeromerobert/pdfarranger";)
+             (url "https://github.com/pdfarranger/pdfarranger";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04l74zp0smxzd9yhprdk70sshz3bvib8glla4z0s4zwvzfs65zd1"))))
+        (base32 "0kndvvi6cx2qhkf086zd6b61sp7x5hgrxacx5hlxmmv4chab76wm"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:tests? #f                       ;no tests
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'wrap 'wrap-for-typelib
@@ -1756,8 +1755,8 @@ cropping, and transforming PDF files.")
               (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list intltool
-           python-setuptools
-           python-wheel))
+           python-pytest
+           python-setuptools))
     (inputs
      (list bash-minimal
            gtk+
@@ -1766,8 +1765,8 @@ cropping, and transforming PDF files.")
            python-dateutil
            python-pikepdf
            python-pycairo
-           python-pygobject))
-    (home-page "https://github.com/jeromerobert/pdfarranger";)
+           python-pygobject-3.50))
+    (home-page "https://github.com/pdfarranger/pdfarranger";)
     (synopsis "Merge, split and re-arrange pages from PDF documents")
     (description
      "PDF Arranger is a small application which allows one to merge or split

Reply via email to