guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: python-sh: Update to 1.14.2.


From: guix-commits
Subject: 06/10: gnu: python-sh: Update to 1.14.2.
Date: Sun, 5 Jun 2022 17:41:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5fd2868ef8a902af617909e9140b4ca2b3ebf30a
Author: Brian Kubisiak <brian@kubisiak.com>
AuthorDate: Wed Jun 1 18:56:40 2022 -0700

    gnu: python-sh: Update to 1.14.2.
    
    * gnu/packages/python-xyz.scm (python-sh): Update to 1.14.2.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 c0870cab7d..b8b3b00653 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1515,14 +1515,14 @@ approximate nearest neighbor search with Python 
bindings.")
 (define-public python-sh
   (package
     (name "python-sh")
-    (version "1.12.14")
+    (version "1.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sh" version))
        (sha256
         (base32
-         "1z2hx357xp3v4cv44xmqp7lli3frndqpyfmpbxf7n76h7s1zaaxm"))))
+         "03gyss1rhj4in7pgysg4q0hxp3230whinlpy1532ljs99lrx0ywx"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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