gnu: python-asyncssh: Update to 2.13.1.
Includes fix for python-cryptography>=39 disallowing SHA-1 signatures, which caused the testsuite to fail. * gnu/packages/ssh.scm (python-asyncssh): Update to 2.13.1.
This commit is contained in:
parent
0daa747de2
commit
472706ae2f
@ -805,14 +805,14 @@ shell services and remote host selection.")
|
||||
(define-public python-asyncssh
|
||||
(package
|
||||
(name "python-asyncssh")
|
||||
(version "2.11.0")
|
||||
(version "2.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asyncssh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mkvyv2fmbdfnfdh7g2im0gxnp8hwxv5g1xdazfsipd9ggknrhsr"))))
|
||||
"11zq9ywzgyljzihdygawzad0ydly0l32zvz11liwyi8bbk087fzb"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-cryptography python-pyopenssl python-gssapi
|
||||
|
Loading…
Reference in New Issue
Block a user