diff options
| -rw-r--r-- | gnu/packages/ssh.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 086f51a2993..e5801109949 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | ;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> | 22 | ;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> |
| 23 | ;;; Copyright © 2024, 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 23 | ;;; Copyright © 2024, 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 24 | ;;; Copyright © 2025 Ghislain Vaillant <ghislain.vaillant@inria.fr> | 24 | ;;; Copyright © 2025 Ghislain Vaillant <ghislain.vaillant@inria.fr> |
| 25 | ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> | ||
| 25 | ;;; | 26 | ;;; |
| 26 | ;;; This file is part of GNU Guix. | 27 | ;;; This file is part of GNU Guix. |
| 27 | ;;; | 28 | ;;; |
| @@ -921,7 +922,7 @@ using asyncssh, with the following features: | |||
| 921 | (define-public clustershell | 922 | (define-public clustershell |
| 922 | (package | 923 | (package |
| 923 | (name "clustershell") | 924 | (name "clustershell") |
| 924 | (version "1.9.2") | 925 | (version "1.9.3") |
| 925 | (source | 926 | (source |
| 926 | (origin | 927 | (origin |
| 927 | (method git-fetch) | 928 | (method git-fetch) |
| @@ -930,7 +931,7 @@ using asyncssh, with the following features: | |||
| 930 | (commit (string-append "v" version)))) | 931 | (commit (string-append "v" version)))) |
| 931 | (file-name (git-file-name name version)) | 932 | (file-name (git-file-name name version)) |
| 932 | (sha256 | 933 | (sha256 |
| 933 | (base32 "1zk3syrdck2gi27b9njaq98fnnjf14831yvkma2n4ydsf2mxnkaw")))) | 934 | (base32 "0maw8y22gxva2ja0a4d4i3iibjn4yd2zvcx0r6sj8lksdqyavad1")))) |
| 934 | (build-system pyproject-build-system) | 935 | (build-system pyproject-build-system) |
| 935 | (arguments | 936 | (arguments |
| 936 | (list | 937 | (list |
| @@ -954,8 +955,7 @@ using asyncssh, with the following features: | |||
| 954 | (("/bin/true") "true") | 955 | (("/bin/true") "true") |
| 955 | (("/usr/bin/printf") "printf")))))))) | 956 | (("/usr/bin/printf") "printf")))))))) |
| 956 | (native-inputs | 957 | (native-inputs |
| 957 | (list python-setuptools | 958 | (list python-setuptools)) |
| 958 | python-wheel)) | ||
| 959 | (inputs | 959 | (inputs |
| 960 | (list openssh)) | 960 | (list openssh)) |
| 961 | (propagated-inputs | 961 | (propagated-inputs |
