diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-25 18:07:52 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-25 18:26:06 +0300 |
| commit | 2a2fe7705e9f881a8a76b4b74df96784f793af54 (patch) | |
| tree | 76573da5bb958ac2d97bd80526cde4e31223ed3b /gnu/packages/ssh.scm | |
| parent | 806f3e4752cac7ebd14bda666c2fcb6ee527dc14 (diff) | |
gnu: guile-ssh: Update to 1.0.0.
* gnu/packages/ssh.scm (guile-ssh): Update to 1.0.0.
Change-Id: I890a3156475e1801154dfab50d3fcc04d2849bcf
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 14dad4fda49..f1be8b6345a 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -24,6 +24,7 @@ | |||
| 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 | ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> |
| 26 | ;;; Copyright © 2026 Patrick Norton <patrick.147.norton@gmail.com> | 26 | ;;; Copyright © 2026 Patrick Norton <patrick.147.norton@gmail.com> |
| 27 | ;;; Copyright © 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> | ||
| 27 | ;;; | 28 | ;;; |
| 28 | ;;; This file is part of GNU Guix. | 29 | ;;; This file is part of GNU Guix. |
| 29 | ;;; | 30 | ;;; |
| @@ -446,7 +447,7 @@ of the ssh protocol. It was originally developed to address performance issues | |||
| 446 | (define-public guile-ssh | 447 | (define-public guile-ssh |
| 447 | (package | 448 | (package |
| 448 | (name "guile-ssh") | 449 | (name "guile-ssh") |
| 449 | (version "0.18.0") | 450 | (version "1.0.0") |
| 450 | (home-page "https://github.com/artyom-poptsov/guile-ssh") | 451 | (home-page "https://github.com/artyom-poptsov/guile-ssh") |
| 451 | (source (origin | 452 | (source (origin |
| 452 | (method git-fetch) | 453 | (method git-fetch) |
| @@ -456,7 +457,7 @@ of the ssh protocol. It was originally developed to address performance issues | |||
| 456 | (file-name (git-file-name name version)) | 457 | (file-name (git-file-name name version)) |
| 457 | (sha256 | 458 | (sha256 |
| 458 | (base32 | 459 | (base32 |
| 459 | "0zh1spkjl5q778y4rd6ml68fvz1r62xmk03khi4kp74z2rxgzcxb")))) | 460 | "02n6d631720vvc70bhldvfbyfz06ymyzy4yim46s3x7s351qb841")))) |
| 460 | (build-system gnu-build-system) | 461 | (build-system gnu-build-system) |
| 461 | (outputs '("out" "debug")) | 462 | (outputs '("out" "debug")) |
| 462 | (arguments | 463 | (arguments |
