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 | |
| 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')
| -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 @@ ;;; Copyright © 2025 Ghislain Vaillant <ghislain.vaillant@inria.fr> ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> ;;; Copyright © 2026 Patrick Norton <patrick.147.norton@gmail.com> +;;; Copyright © 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -446,7 +447,7 @@ of the ssh protocol. It was originally developed to address performance issues (define-public guile-ssh (package (name "guile-ssh") - (version "0.18.0") + (version "1.0.0") (home-page "https://github.com/artyom-poptsov/guile-ssh") (source (origin (method git-fetch) @@ -456,7 +457,7 @@ of the ssh protocol. It was originally developed to address performance issues (file-name (git-file-name name version)) (sha256 (base32 - "0zh1spkjl5q778y4rd6ml68fvz1r62xmk03khi4kp74z2rxgzcxb")))) + "02n6d631720vvc70bhldvfbyfz06ymyzy4yim46s3x7s351qb841")))) (build-system gnu-build-system) (outputs '("out" "debug")) (arguments |
