mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
afa6e92889
commit
6a045df575
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ file names.
|
||||||
(define-public libssh
|
(define-public libssh
|
||||||
(package
|
(package
|
||||||
(name "libssh")
|
(name "libssh")
|
||||||
(version "0.10.6")
|
(version "0.11.1")
|
||||||
(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/"
|
||||||
|
@ -145,7 +145,7 @@ file names.
|
||||||
"/libssh-" version ".tar.xz"))
|
"/libssh-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hcxvsb4brznxqq6cjwxkk7yv4c48w4fcwxwd8dp9wdnyncd8q8q"))
|
"0y8v5ihrqnjxchvjhz8fcczndchaaxxim64bqm8q3q4i5v3xrdql"))
|
||||||
(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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue