guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: python-docutils: Update to 0.17.1.


From: guix-commits
Subject: branch staging updated: gnu: python-docutils: Update to 0.17.1.
Date: Mon, 21 Jun 2021 09:54:04 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 8704617  gnu: python-docutils: Update to 0.17.1.
8704617 is described below

commit 87046172175ac624802ac06f48273858c103eca6
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 39ec05c..6b1ce2c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3572,14 +3572,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]