me
/
guix
Archived
1
0
Fork 0

gnu: guile-ssh: Update to 0.16.3.

Fixes <https://issues.guix.gnu.org/58290>.
Reported by Aleksandr Vityazev <avityazev@posteo.org>,
and Andrew Tropin <andrew@trop.in>.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.3.
Ludovic Courtès 2023-01-30 23:49:06 +01:00
parent be2f5da810
commit e6f557dd23
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ 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.16.2") (version "0.16.3")
(home-page "https://github.com/artyom-poptsov/guile-ssh") (home-page "https://github.com/artyom-poptsov/guile-ssh")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -328,7 +328,7 @@ Additionally, various channel-specific options can be negotiated.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rp5y1xjmsxplrzl0yf23g6rdjsw7ryh5pxs4pydpsryjjdwnf84")))) "0b03aizjdj3g15xfkspgvy8k5jl8bgv4q7gwjwr3l2ibqkrm8vrz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "debug")) (outputs '("out" "debug"))
(arguments (arguments