mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: openssh: Update to 8.3p1.
* gnu/packages/ssh.scm (openssh): Update to 8.3p1.
This commit is contained in:
parent
fd13ec5fec
commit
7c5c21fd46
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ (define-public libssh2
|
|||
(define-public openssh
|
||||
(package
|
||||
(name "openssh")
|
||||
(version "8.2p1")
|
||||
(version "8.3p1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
|
||||
|
@ -141,7 +141,7 @@ (define-public openssh
|
|||
(patches (search-patches "openssh-hurd.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wg6ckzvvklbzznijxkk28fb8dnwyjd0w30ra0afwv6gwr8m34j3"))))
|
||||
"1cl74ghi9y21dc3f4xa0qamb7dhwacbynh1ks9syprrg8zhgpgpj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("groff" ,groff)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue