me
/
guix
Archived
1
0
Fork 0

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>
master
Brian Kubisiak 2022-06-01 18:56:40 -07:00 committed by Ludovic Courtès
parent 544a886ae1
commit 5fd2868ef8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1515,14 +1515,14 @@ approximate nearest neighbor search with Python bindings.")
(define-public python-sh (define-public python-sh
(package (package
(name "python-sh") (name "python-sh")
(version "1.12.14") (version "1.14.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sh" version)) (uri (pypi-uri "sh" version))
(sha256 (sha256
(base32 (base32
"1z2hx357xp3v4cv44xmqp7lli3frndqpyfmpbxf7n76h7s1zaaxm")))) "03gyss1rhj4in7pgysg4q0hxp3230whinlpy1532ljs99lrx0ywx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases