me
/
guix
Archived
1
0
Fork 0

gnu: python-docutils: Update to 0.16.

* gnu/packages/python-xyz.scm (python-docutils): Update to 0.16.
master
Marius Bakke 2020-02-12 20:08:12 +01:00
parent 9b54d319e1
commit da8e8dc644
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2635,14 +2635,14 @@ structure for Python.")
(define-public python-docutils
(package
(name "python-docutils")
(version "0.14")
(version "0.16")
(source
(origin
(method url-fetch)
(uri (pypi-uri "docutils" version))
(sha256
(base32
"0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji"))))
"1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; no setup.py test command