gnu: python-asyncssh: Update to 2.7.1.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.7.1.
This commit is contained in:
parent
d77da6d387
commit
f440ccd2fb
@ -790,14 +790,14 @@ shell services and remote host selection.")
|
|||||||
(define-public python-asyncssh
|
(define-public python-asyncssh
|
||||||
(package
|
(package
|
||||||
(name "python-asyncssh")
|
(name "python-asyncssh")
|
||||||
(version "2.5.0")
|
(version "2.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "asyncssh" version))
|
(uri (pypi-uri "asyncssh" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02xpzir9rmw7b7k07m3f912h6jvy9yzan9yn3ckrmqx2ffpy4r8b"))))
|
"0lnhh2h1mj79j66ni883s9f3xldnbjb10vh80g24b7m003mm524c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cryptography" ,python-cryptography)
|
`(("python-cryptography" ,python-cryptography)
|
||||||
|
Loading…
Reference in New Issue
Block a user