gnu: sslh: Update to 1.19c.
* gnu/packages/networking.scm (sslh): Update to 1.19c.
This commit is contained in:
parent
dbefd3ff72
commit
9d13f82da8
1 changed files with 2 additions and 2 deletions
|
@ -1031,7 +1031,7 @@ library remains flexible, portable, and easily embeddable.")
|
||||||
(define-public sslh
|
(define-public sslh
|
||||||
(package
|
(package
|
||||||
(name "sslh")
|
(name "sslh")
|
||||||
(version "1.19b")
|
(version "1.19c")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/yrutschle/sslh/archive/v"
|
(uri (string-append "https://github.com/yrutschle/sslh/archive/v"
|
||||||
|
@ -1039,7 +1039,7 @@ library remains flexible, portable, and easily embeddable.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p0zfy5ifzj7508zqidgkf8g43frm7l5xcs5s6v7132lypcsbd4k"))))
|
"0pd8hifa9h0rm7vms3k6ic1k29xigrlv2idc5wgcafmb1v1243di"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; Test dependencies.
|
`(;; Test dependencies.
|
||||||
|
|
Reference in a new issue