summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-12-17 19:26:24 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:17:36 +0100
commit4f82eba1964d7dedeefe0d5c182eea0e19640ed9 (patch)
treed4dbafe953eb952f163bdc1ccab0aefe3d83a963 /gnu/packages
parent2edff5724bd6e0a7abe468d23ec33c6b7fd16564 (diff)
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 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/ssh.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 2e1ec2fca7f..086f51a2993 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -1010,7 +1010,7 @@ clients at a time.")
1010(define-public webssh 1010(define-public webssh
1011 (package 1011 (package
1012 (name "webssh") 1012 (name "webssh")
1013 (version "1.6.2") 1013 (version "1.6.3")
1014 (source 1014 (source
1015 (origin 1015 (origin
1016 (method git-fetch) 1016 (method git-fetch)
@@ -1019,15 +1019,14 @@ clients at a time.")
1019 (commit (string-append "v" version)))) 1019 (commit (string-append "v" version))))
1020 (file-name (git-file-name name version)) 1020 (file-name (git-file-name name version))
1021 (sha256 1021 (sha256
1022 (base32 "0v0dxnqac9xdj06lhljv6bhi8hd16rn6h0qr7fkm640nvr55a8i1")))) 1022 (base32 "0gvs64xjm1pfwv6jyc71hsj0pwfhvmw8ahbx4y9p6isfwspcbmr0"))))
1023 (build-system pyproject-build-system) 1023 (build-system pyproject-build-system)
1024 ;; FIXME: Errors with: 1024 ;; FIXME: Errors with:
1025 ;; "AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'" 1025 ;; "AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'"
1026 (arguments (list #:tests? #f)) 1026 (arguments (list #:tests? #f))
1027 (native-inputs 1027 (native-inputs
1028 (list python-pytest 1028 (list python-pytest
1029 python-setuptools 1029 python-setuptools))
1030 python-wheel))
1031 (propagated-inputs 1030 (propagated-inputs
1032 (list python-paramiko 1031 (list python-paramiko
1033 python-tornado)) 1032 python-tornado))