Archived
1
0
Fork 0

gnu: python-docutils: Update to 0.17.1.

* gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-05-16 15:39:30 +02:00 committed by Maxim Cournoyer
parent fecea3b531
commit f5f5a48d8a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4105,14 +4105,14 @@ structure for Python.")
(define-public python-docutils
(package
(name "python-docutils")
(version "0.16")
(version "0.17.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "docutils" version))
(sha256
(base32
"1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2"))))
"09gii36lp1bs26cpxqyfd20xahnpbrbjzcnba2xq08y3wk97frb8"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases