guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/227: gnu: python-docutils: Update to 0.17.1.


From: guix-commits
Subject: 32/227: gnu: python-docutils: Update to 0.17.1.
Date: Thu, 11 Nov 2021 12:29:54 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit f5f5a48d8a924cf6c6462a044406ded48b00d5a2
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun May 16 15:39:30 2021 +0200

    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>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6053128..4a3ccba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]