Skip to content
Snippets Groups Projects
Commit 319007c5 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guile-ssh: Update to 0.9.0.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.9.0.
parent f453f637
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ (define-public openssh
(define-public guile-ssh
(package
(name "guile-ssh")
(version "0.8.0")
(version "0.9.0")
(source (origin
;; ftp://memory-heap.org/software/guile-ssh/guile-ssh-VERSION.tar.gz
;; exists, but the server appears to be too slow and unreliable.
......@@ -197,7 +197,7 @@ (define-public guile-ssh
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1ld2khzylaylhqfsfcvbxs95frvm8pkr7dq40ia1wwn9c349fcdv"))))
"04zs1cykwdyj51ag62ymrkgsja9dbhbaaglkvbfbac0bkxl2ir6d"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment