gnu: python-docx: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-docx): Update to 1.2.0.

Change-Id: Ie56a4a67596ab6cb4258dcfcaad539ddbe315af4
This commit is contained in:
jgart 2025-08-07 12:01:35 -05:00
parent 61494f1d93
commit 08b972861b
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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