me
/
guix
Archived
1
0
Fork 0

gnu: libssh: Update to 0.10.4.

* gnu/packages/ssh.scm (libssh): Update to 0.10.4.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Vagrant Cascadian 2022-10-27 13:18:46 -07:00 committed by Liliana Marie Prikler
parent 525e5be3c5
commit 128a55ad9f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ file names.
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.9.6") (version "0.10.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.libssh.org/files/" (uri (string-append "https://www.libssh.org/files/"
@ -140,7 +140,7 @@ file names.
"/libssh-" version ".tar.xz")) "/libssh-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16w2mc7pyv9mijjlgacbz8dgczc7ig2m6m70w1pld04vpn2zig46")))) "0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "debug")) (outputs '("out" "debug"))
(arguments (arguments