mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -790,14 +790,14 @@ (define-public pdsh
|
|||
(define-public python-asyncssh
|
||||
(package
|
||||
(name "python-asyncssh")
|
||||
(version "2.5.0")
|
||||
(version "2.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asyncssh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02xpzir9rmw7b7k07m3f912h6jvy9yzan9yn3ckrmqx2ffpy4r8b"))))
|
||||
"0lnhh2h1mj79j66ni883s9f3xldnbjb10vh80g24b7m003mm524c"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-cryptography" ,python-cryptography)
|
||||
|
|
Loading…
Reference in a new issue