me
/
guix
Archived
1
0
Fork 0

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.
master
Lars-Dominik Braun 2023-04-25 14:25:49 +02:00
parent 0daa747de2
commit 472706ae2f
No known key found for this signature in database
GPG Key ID: 421377011A378446
1 changed files with 2 additions and 2 deletions

View File

@ -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