jmd pushed a commit to branch wip-installer
in repository guix.

commit d2e8b658682d05de1ce84d8e8a076ec675f3c819
Author: Hartmut Goebel <[email protected]>
Date:   Sun Dec 18 16:28:07 2016 +0100

    gnu: python-docutils: Update to 0.13.1
    
    * gnu/packages/python.scm(python-docutils): Update to 0.13.1.
    [source]: Use pypi-uri.
---
 gnu/packages/python.scm |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 789e199..76e6ac1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2731,16 +2731,14 @@ logging and tracing of the execution.")
 (define-public python-docutils
   (package
     (name "python-docutils")
-    (version "0.12")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/d/docutils/docutils-";
-             version ".tar.gz"))
+       (uri (pypi-uri "docutils" version))
        (sha256
         (base32
-         "1ylnjnw1x4b2y7blr6x35ncdzn69k253kw4cdkv6asdb21w73ny7"))))
+         "1gkma47i609jfs7dssxn4y9vsz06qi0l5q41nws0zgkpnrghz33i"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; no setup.py test command

Reply via email to