me
/
guix
Archived
1
0
Fork 0

gnu: sslh: Update to 1.21b.

* gnu/packages/networking.scm (sslh): Update to 1.21b.
master
Tobias Geerinckx-Rice 2020-07-21 00:07:09 +02:00
parent e957bab76f
commit edef139138
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1779,7 +1779,7 @@ library remains flexible, portable, and easily embeddable.")
(define-public sslh
(package
(name "sslh")
(version "1.21")
(version "1.21b")
(source
(origin
(method git-fetch)
@ -1788,7 +1788,7 @@ library remains flexible, portable, and easily embeddable.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hqnqzxaabqrvjh24p30yr9f71s2q6ddvlqmycf9b71qq5nj4xrf"))))
(base32 "1bws153l4x3vbwxshb92vqy3rnv8xfysmf7incp6hcmq43jsgjmr"))))
(build-system gnu-build-system)
(native-inputs
`(;; Test dependencies.