diff options
| author | jgart <jgart@dismail.de> | 2025-08-07 12:01:35 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-08-07 12:01:46 -0500 |
| commit | 08b972861b2d7fbb2f1fec2b00626314af98fb83 (patch) | |
| tree | 02a5cf61a23dfd35f693299c221ba622253996fe /gnu/packages/python-xyz.scm | |
| parent | 61494f1d930d9054a1d6a95efad72603713cc2bf (diff) | |
gnu: python-docx: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-docx): Update to 1.2.0.
Change-Id: Ie56a4a67596ab6cb4258dcfcaad539ddbe315af4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6b65e112d1..639682b892 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8592,13 +8592,13 @@ via commands such as @command{rst2man}, as well as supporting Python code.") (define-public python-docx (package (name "python-docx") - (version "1.1.2") + (version "1.2.0") (source (origin (method url-fetch) (uri (pypi-uri "python_docx" version)) (sha256 (base32 - "1z9ffsvksaaxr90ijzq4k3adzb6p5ipy2j3rrbfjl05rjlpg5w8c")))) + "1ki0cbw3hbiz51ww3fi3vi770lk5r0c62889r819r756v2vxgjbv")))) (build-system pyproject-build-system) (native-inputs (list behave |
