mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-asyncssh: Update to 2.5.0.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.5.0.
This commit is contained in:
parent
9a05af61ac
commit
714465ec7c
1 changed files with 2 additions and 2 deletions
|
@ -781,14 +781,14 @@ (define-public pdsh
|
|||
(define-public python-asyncssh
|
||||
(package
|
||||
(name "python-asyncssh")
|
||||
(version "2.3.0")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asyncssh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pi6npmsgx7l9r1qrfvg8mxx3i23ipff492xz4yhrw13f56a7ga4"))))
|
||||
"02xpzir9rmw7b7k07m3f912h6jvy9yzan9yn3ckrmqx2ffpy4r8b"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-cryptography" ,python-cryptography)
|
||||
|
|
Loading…
Reference in a new issue