mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
61494f1d93
commit
08b972861b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue