mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: dropbear: Update to 2020.81.
* gnu/packages/ssh.scm (dropbear): Update to 2020.81.
This commit is contained in:
parent
bcbd536e3f
commit
bc34183e9a
1 changed files with 2 additions and 2 deletions
|
@ -520,7 +520,7 @@ (define-public et
|
||||||
(define-public dropbear
|
(define-public dropbear
|
||||||
(package
|
(package
|
||||||
(name "dropbear")
|
(name "dropbear")
|
||||||
(version "2020.80")
|
(version "2020.81")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -528,7 +528,7 @@ (define-public dropbear
|
||||||
"https://matt.ucc.asn.au/dropbear/releases/"
|
"https://matt.ucc.asn.au/dropbear/releases/"
|
||||||
"dropbear-" version ".tar.bz2"))
|
"dropbear-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jbrbpdzyv11x5rkljdimzq9p6a7da5siw9k405ibnpjj4dr89yr"))))
|
(base32 "0fy5ma4cfc2pk25mcccc67b2mf1rnb2c06ilb7ddnxbpnc85s8s8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
|
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
|
||||||
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least
|
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least
|
||||||
|
|
Loading…
Reference in a new issue