From 2a2fe7705e9f881a8a76b4b74df96784f793af54 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 25 Mar 2026 18:07:52 +0300 Subject: gnu: guile-ssh: Update to 1.0.0. * gnu/packages/ssh.scm (guile-ssh): Update to 1.0.0. Change-Id: I890a3156475e1801154dfab50d3fcc04d2849bcf --- gnu/packages/ssh.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') 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 ;;; Copyright © 2025 Cayetano Santos ;;; Copyright © 2026 Patrick Norton +;;; Copyright © 2026 Artyom V. Poptsov ;;; ;;; 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 -- cgit v1.3