gnu: python-docutils: Update to 0.17.1.
authorXinglu Chen <public@yoctocell.xyz>
Sun, 16 May 2021 13:39:30 +0000 (15:39 +0200)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 11 Nov 2021 15:31:21 +0000 (10:31 -0500)
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/python-xyz.scm

index 6053128..4a3ccba 100644 (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