[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-ssh: Update to 0.16.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-ssh: Update to 0.16.2. |
Date: |
Sun, 08 Jan 2023 10:09:23 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3012dad9eb gnu: guile-ssh: Update to 0.16.2.
3012dad9eb is described below
commit 3012dad9eb1acc64574d68cd29212be6ad96281e
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Jan 2 23:06:34 2023 +0300
gnu: guile-ssh: Update to 0.16.2.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 65280bc4da..2f6874f811 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -318,7 +318,7 @@ Additionally, various channel-specific options can be
negotiated.")
(define-public guile-ssh
(package
(name "guile-ssh")
- (version "0.16.0")
+ (version "0.16.2")
(home-page "https://github.com/artyom-poptsov/guile-ssh")
(source (origin
(method git-fetch)
@@ -328,7 +328,7 @@ Additionally, various channel-specific options can be
negotiated.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ka5ayrg7kysx3bi5d8s0z6n12sdc06qp9gc4k9h2mlw3vz187ny"))))
+ "1rp5y1xjmsxplrzl0yf23g6rdjsw7ryh5pxs4pydpsryjjdwnf84"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-ssh: Update to 0.16.2.,
guix-commits <=