guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit d4a80ecb74c1c82590a360c2f7e54ad0f0689852
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Dec 17 19:26:24 2025 +0100

    gnu: webssh: Update to 1.6.3.
    
    * gnu/packages/ssh.scm (webssh): Update to 1.6.3.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: Ie26495f775d8b77f4a458917b8537beb5b060459
---
 gnu/packages/ssh.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 2e1ec2fca7..086f51a299 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -1010,7 +1010,7 @@ clients at a time.")
 (define-public webssh
   (package
     (name "webssh")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
      (origin
        (method git-fetch)
@@ -1019,15 +1019,14 @@ clients at a time.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v0dxnqac9xdj06lhljv6bhi8hd16rn6h0qr7fkm640nvr55a8i1"))))
+        (base32 "0gvs64xjm1pfwv6jyc71hsj0pwfhvmw8ahbx4y9p6isfwspcbmr0"))))
     (build-system pyproject-build-system)
     ;; FIXME: Errors with:
     ;; "AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'"
     (arguments (list #:tests? #f))
     (native-inputs
      (list python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (propagated-inputs
      (list python-paramiko
            python-tornado))

Reply via email to