diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-03-19 23:15:07 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-20 09:23:43 +0100 |
| commit | e6bac1d3db6d6ec949f6797b8dadb2c68da84e19 (patch) | |
| tree | c2bd0b80aad39d5b520477397f32cd8439e9c1bb /gnu/packages | |
| parent | 2cf3c7ee5d07ee1180859e1e9b6f78cb23b9d000 (diff) | |
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 <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/pdf.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ecb64c8368b..101724b790c 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 |
