gnu: guile-ssh: Update to 0.7.2.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.7.2.
This commit is contained in:
parent
a1ddf97cab
commit
46ffff9024
|
@ -186,15 +186,15 @@ 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.1")
|
(version "0.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(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 "e216e1d78bf93a9753ea813f930cac5e68e52180")))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sbxhmynmpwfjwb3dp6lrc3cxi5kffqmb6klhx7wnkgqxvs61lsw"))))
|
"1wcv10xv7ayrhrg77zyng6flknnlkzhni24nf8x9nic00zha8znk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:phases (alist-cons-after
|
||||||
|
|
Loading…
Reference in New Issue