guix-commits
[Top][All Lists]
Advanced

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

35/46: gnu: python-docutils: Update to 0.16.


From: guix-commits
Subject: 35/46: gnu: python-docutils: Update to 0.16.
Date: Fri, 14 Feb 2020 12:41:05 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit da8e8dc6441afaeee1a57ee6c8a610f1525e7ab9
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 20:08:12 2020 +0100

    gnu: python-docutils: Update to 0.16.
    
    * gnu/packages/python-xyz.scm (python-docutils): Update to 0.16.
---
 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 a5829ff..97fbea5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

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