gnu: guile-ssh: Update to 0.8.0.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.8.0. [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
This commit is contained in:
parent
87390c155e
commit
44fd0994a0
@ -176,15 +176,17 @@ Additionally, various channel-specific options can be negotiated.")
|
|||||||
(define-public guile-ssh
|
(define-public guile-ssh
|
||||||
(package
|
(package
|
||||||
(name "guile-ssh")
|
(name "guile-ssh")
|
||||||
(version "0.7.2")
|
(version "0.8.0")
|
||||||
(source (origin
|
(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.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/artyom-poptsov/libguile-ssh.git")
|
(url "https://github.com/artyom-poptsov/libguile-ssh.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wcv10xv7ayrhrg77zyng6flknnlkzhni24nf8x9nic00zha8znk"))))
|
"1ld2khzylaylhqfsfcvbxs95frvm8pkr7dq40ia1wwn9c349fcdv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
@ -223,7 +225,7 @@ Additionally, various channel-specific options can be negotiated.")
|
|||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(inputs `(("guile" ,guile-2.0)
|
(inputs `(("guile" ,guile-2.0)
|
||||||
("libssh" ,libssh)
|
("libssh" ,libssh)
|
||||||
("libgcrypt" ,libgcrypt-1.5)))
|
("libgcrypt" ,libgcrypt)))
|
||||||
(synopsis "Guile bindings to libssh")
|
(synopsis "Guile bindings to libssh")
|
||||||
(description
|
(description
|
||||||
"Guile-SSH is a library that provides access to the SSH protocol for
|
"Guile-SSH is a library that provides access to the SSH protocol for
|
||||||
|
Loading…
Reference in New Issue
Block a user