guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: python-rst.linker: Update to 1.9.


From: Tobias Geerinckx-Rice
Subject: 07/09: gnu: python-rst.linker: Update to 1.9.
Date: Thu, 26 Apr 2018 15:14:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5cf24cde18c44669931309e2e406ef076f28defe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 26 20:51:00 2018 +0200

    gnu: python-rst.linker: Update to 1.9.
    
    * gnu/packages/python.scm (python-rst.linker): Update to 1.9.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a9e72f2..796b418 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2551,14 +2551,14 @@ and several other projects.")
 (define-public python-rst.linker
   (package
     (name "python-rst.linker")
-    (version "1.7")
+    (version "1.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rst.linker" version))
        (sha256
         (base32
-         "0bh4lnj2p1nh0wf5pgxgfbrp27xhb1rinahkb5j7s3qprq6qn0sr"))))
+         "16crgnai6020vdmnpwdimw1vm3jb74ysfyb3kmcidb0lgma5xq2d"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)



reply via email to

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