mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: OpenSSH: Update to 8.9p1.
* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
This commit is contained in:
parent
c88c267f44
commit
9b0171fe1a
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ (define-public libssh2
|
||||||
(define-public openssh
|
(define-public openssh
|
||||||
(package
|
(package
|
||||||
(name "openssh")
|
(name "openssh")
|
||||||
(version "8.8p1")
|
(version "8.9p1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
||||||
|
@ -192,7 +192,7 @@ (define-public openssh
|
||||||
(patches (search-patches "openssh-hurd.patch"))
|
(patches (search-patches "openssh-hurd.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s8z6f7mi1pwsl79cqai8cr350m5lf2ifcxff57wx6mvm478k425"))))
|
"1ry5prcax0134v6srkgznpl9ch5snkgq7yvjqvd8c5mbnxa7cjgx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list groff pkg-config))
|
(native-inputs (list groff pkg-config))
|
||||||
(inputs `(("libedit" ,libedit)
|
(inputs `(("libedit" ,libedit)
|
||||||
|
|
Loading…
Reference in a new issue