summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2023-01-02 23:06:34 +0300
committerMathieu Othacehe <othacehe@gnu.org>2023-01-08 16:08:50 +0100
commit3012dad9eb1acc64574d68cd29212be6ad96281e (patch)
treec2ba826d19646ff7ed1070d4570fdd1f3dbaee54
parent6482525dca9ac6cfbbacbccb0e3f0d2a68583852 (diff)
downloadguix-3012dad9eb1acc64574d68cd29212be6ad96281e.tar.gz
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>
-rw-r--r--gnu/packages/ssh.scm4
1 files 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