diff options
author | Sergey Trofimov <[email protected]> | 2024-12-25 15:00:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:26 +0100 |
commit | ece7f83d4e5e6fe7639be676c085c1e401187a5a (patch) | |
tree | 610fa54787d37cad6c605ef519b019a9fa249f96 /gnu/packages/python-xyz.scm | |
parent | 7f6b6775ca350479e0bdbecf62e11a0f9cfabc23 (diff) |
gnu: python-pdfminer-six: Update to 20240706.
* gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20240706.
Signed-off-by: Sharlatan Hellseher <[email protected]>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 26229d7209..4907d18463 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21186,7 +21186,7 @@ encoding algorithms to do fuzzy string matching.") (define-public python-pdfminer-six (package (name "python-pdfminer-six") - (version "20231228") + (version "20240706") ;; There are no tests in the PyPI tarball. (source (origin @@ -21196,7 +21196,7 @@ encoding algorithms to do fuzzy string matching.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1anyr0gm7amwls8qifflql1viz5rq6q95lfwcg43v3180h4w8wrd")))) + (base32 "0vdwps38q2414lwjz266rabxrcw2a5s1pgxyjsffiifi010cd3k9")))) (build-system pyproject-build-system) (arguments (list #:phases @@ -21208,7 +21208,7 @@ encoding algorithms to do fuzzy string matching.") (propagated-inputs (list python-charset-normalizer python-cryptography)) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/pdfminer/pdfminer.six") (synopsis "PDF parser and analyzer") (description "@code{pdfminer.six} is a community maintained fork of |