guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 45e4f8bf6cf4366436ed7404a3f936936f968931
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 2 20:00:18 2026 +0100

    gnu: python-asyncssh: Update to 2.22.0.
    
    * gnu/packages/ssh.scm (python-asyncssh): Update to 2.22.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I858e1151aaed53a5601ee97a25f87a469b9ed26c
---
 gnu/packages/ssh.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index bcd85cb789..0ea9b08468 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -786,20 +786,21 @@ shell services and remote host selection.")
 (define-public python-asyncssh
   (package
     (name "python-asyncssh")
-    (version "2.18.0")
+    (version "2.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "asyncssh" version))
        (sha256
-        (base32 "08viv0k32l6f40sbraq4bqzizrkivf09zwy8kmqvjq0zq1hj2chs"))))
+        (base32 "0dxmirf6my22gh096dqs81dgzr9788wdsi18wr07pyg43fq75kn3"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       #:test-flags
       #~(list "-k" (string-join
                     (list
-                     ;; TODO Test fails for unknown reason
+                     ;; TODO Test fails with:
+                     ;; "Unable to sign with requested key"
                      "not test_confirm"
                      #$@(if (target-aarch64?)
                             (list
@@ -826,8 +827,7 @@ shell services and remote host selection.")
            python-aiofiles
            python-fido2
            python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (propagated-inputs
      (list python-cryptography
            python-pyopenssl

Reply via email to