diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-21 00:07:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 03:33:41 +0200 |
commit | edef1391385f4ca24a68b57012956925285367cd (patch) | |
tree | 89884896d2e5ca37227eacbaabd794bb2bf6c5e0 /gnu | |
parent | e957bab76f9cdff32d393255719d83091fc540c4 (diff) | |
download | guix-edef1391385f4ca24a68b57012956925285367cd.tar.gz guix-edef1391385f4ca24a68b57012956925285367cd.zip |
gnu: sslh: Update to 1.21b.
* gnu/packages/networking.scm (sslh): Update to 1.21b.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index d5f86fb09b..8df66af120 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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. |