~ruther/guix-local

89d8a25cacda5b7d24bf4b5f39ac26a7d05a39f7 — Hartmut Goebel 7 months ago a23fc37
gnu: python-pypdf: Update to 6.0.0.

* gnu/packages/pdf.scm (python-pypdf): Update to 6.0.0.
[native-inputs]: Add python-flit-core-next.

Change-Id: If7f278144d507f7a91518993c724790a552bff48
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +3 -2
@@ 1466,7 1466,7 @@ converter using the Poppler and Cairo libraries.")
(define-public python-pypdf
  (package
    (name "python-pypdf")
    (version "5.1.0")
    (version "6.0.0")
    (source
     (origin
       (method git-fetch)


@@ 1475,7 1475,7 @@ converter using the Poppler and Cairo libraries.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0dl3nmvsk43s2v6a5cwwvfwpyvhsl9wcrdnqbzjsp50zqibi23pz"))))
        (base32 "0p0650ya5f84d7khf34an9qpyww6yxnsdhgbppxfy3bg3qkx3s7g"))))
    (build-system pyproject-build-system)
    (arguments
     (list


@@ 1491,6 1491,7 @@ converter using the Poppler and Cairo libraries.")
                    " and not "))))
    (native-inputs
     (list python-flit
           python-flit-core-next
           python-pytest
           python-pytest-socket
           python-pytest-timeout