mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: dropbear: Update to 2019.78.
* gnu/packages/ssh.scm (dropbear): Update to 2019.78.
This commit is contained in:
parent
01307bba9c
commit
cf9ab49e97
1 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ (define-public et
|
|||
(define-public dropbear
|
||||
(package
|
||||
(name "dropbear")
|
||||
(version "2019.77")
|
||||
(version "2019.78")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -459,7 +459,7 @@ (define-public dropbear
|
|||
"https://matt.ucc.asn.au/dropbear/releases/"
|
||||
"dropbear-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "13a55fcy2mx2pvsfj6dh9107k4wnbd9ybdyi3w3ivgikwvmph7yr"))))
|
||||
(base32 "19242qlr40pbqfqd0gg6h8qpj38q6lgv03ja6sahj9vj2abnanaj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
|
||||
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least
|
||||
|
|
Loading…
Reference in a new issue