diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-02 22:39:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-03 13:27:16 +0100 |
commit | 9d13f82da88c5832444534270801da0ee813a397 (patch) | |
tree | bb9c9623cbfca049604bfe1de08c4496893e7983 /gnu | |
parent | dbefd3ff72debf27e59abaecbbf0dd94a879f829 (diff) | |
download | guix-9d13f82da88c5832444534270801da0ee813a397.tar.gz |
gnu: sslh: Update to 1.19c.
* gnu/packages/networking.scm (sslh): Update to 1.19c.
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 cd3f4f124b..5816474370 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1031,7 +1031,7 @@ library remains flexible, portable, and easily embeddable.") (define-public sslh (package (name "sslh") - (version "1.19b") + (version "1.19c") (source (origin (method url-fetch) (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")) (sha256 (base32 - "0p0zfy5ifzj7508zqidgkf8g43frm7l5xcs5s6v7132lypcsbd4k")))) + "0pd8hifa9h0rm7vms3k6ic1k29xigrlv2idc5wgcafmb1v1243di")))) (build-system gnu-build-system) (native-inputs `(;; Test dependencies. |