gnu: libssh: Update to 0.10.5.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
hako 2023-06-29 01:57:44 +08:00 committed by Christopher Baines
parent 44636fd92d
commit 063aa5b318
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -132,7 +132,7 @@ file names.
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.10.4") (version "0.10.5")
(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
"0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87")) "0d22gq77ga24ijlgr3d1wvhfvprx61iklkb3npifxfb7ygvjy3mn"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; 'PATH_MAX' is undefined on GNU/Hurd; work around it. ;; 'PATH_MAX' is undefined on GNU/Hurd; work around it.