mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -805,14 +805,14 @@ (define-public pdsh
|
||||||
(define-public python-asyncssh
|
(define-public python-asyncssh
|
||||||
(package
|
(package
|
||||||
(name "python-asyncssh")
|
(name "python-asyncssh")
|
||||||
(version "2.11.0")
|
(version "2.13.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
|
||||||
"0mkvyv2fmbdfnfdh7g2im0gxnp8hwxv5g1xdazfsipd9ggknrhsr"))))
|
"11zq9ywzgyljzihdygawzad0ydly0l32zvz11liwyi8bbk087fzb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cryptography python-pyopenssl python-gssapi
|
(list python-cryptography python-pyopenssl python-gssapi
|
||||||
|
|
Loading…
Reference in a new issue