[PATCH] gnu: python-pdfminer-six: Update to 20240706.

  • Open
  • quality assurance status badge
Details
One participant
  • Felix Gruber
Owner
unassigned
Submitted by
Felix Gruber
Severity
normal
F
F
Felix Gruber wrote on 7 Jul 12:55 +0200
(address . guix-patches@gnu.org)(name . Felix Gruber)(address . felgru@posteo.net)
3359d472d0d4c2482b6e90d6c8dc9075759441ee.1720349700.git.felgru@posteo.net
* gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20240706.

Change-Id: Ica796dc662e16cac48f62cf5ea6ad4fc19758fe2
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c432e9b65..6079d35f84 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20017,7 +20017,7 @@ (define-public python-jellyfish
(define-public python-pdfminer-six
(package
(name "python-pdfminer-six")
- (version "20231228")
+ (version "20240706")
;; There are no tests in the PyPI tarball.
(source
(origin
@@ -20027,7 +20027,7 @@ (define-public python-pdfminer-six
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1anyr0gm7amwls8qifflql1viz5rq6q95lfwcg43v3180h4w8wrd"))))
+ (base32 "0vdwps38q2414lwjz266rabxrcw2a5s1pgxyjsffiifi010cd3k9"))))
(build-system pyproject-build-system)
(arguments
(list #:phases

base-commit: c86a07bacc2469e7a00fbc66cfe4f322e4bafb06
--
2.45.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71978@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71978
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch