guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python-rst.linker: Update to 1.11.


From: guix-commits
Subject: 05/10: gnu: python-rst.linker: Update to 1.11.
Date: Tue, 22 Oct 2019 15:43:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d37e8e53902f30365b2626ad3de96d580809e0e9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 22 11:07:46 2019 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f96556..342d20a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3000,14 +3000,13 @@ receive files via the SCP1 protocol, as implemented by 
the OpenSSH
 (define-public python-rst.linker
   (package
     (name "python-rst.linker")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rst.linker" version))
        (sha256
-        (base32
-         "0iqaacp7pj1s8avs4kc0qg0r7dscywaq37y6l9j14glqdikk0wdj"))))
+        (base32 "0pqsfqqx8h0pq21k8l3k62kznrgaj2ala93c64s4d9rpbr4mgkd2"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)



reply via email to

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