gnu: libssh: Update to 0.11.1.

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

Change-Id: Idadd67dd80396714c4020261a4de6497e9f462c2
This commit is contained in:
Ludovic Courtès 2024-12-24 15:56:51 +01:00
parent afa6e92889
commit 6a045df575
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -137,7 +137,7 @@ file names.
(define-public libssh
(package
(name "libssh")
(version "0.10.6")
(version "0.11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libssh.org/files/"
@ -145,7 +145,7 @@ file names.
"/libssh-" version ".tar.xz"))
(sha256
(base32
"1hcxvsb4brznxqq6cjwxkk7yv4c48w4fcwxwd8dp9wdnyncd8q8q"))
"0y8v5ihrqnjxchvjhz8fcczndchaaxxim64bqm8q3q4i5v3xrdql"))
(modules '((guix build utils)))
(snippet
;; 'PATH_MAX' is undefined on GNU/Hurd; work around it.