guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: gnu: sslh: Update to 1.21c.


From: guix-commits
Subject: 14/14: gnu: sslh: Update to 1.21c.
Date: Mon, 10 Aug 2020 23:21:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 95b599bd48bb5a8613b13ea295e9b6af86bc4c01
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 05:12:56 2020 +0200

    gnu: sslh: Update to 1.21c.
    
    * gnu/packages/networking.scm (sslh): Update to 1.21c.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d7c9131..25b6377 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.21b")
+    (version "1.21c")
     (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 "1bws153l4x3vbwxshb92vqy3rnv8xfysmf7incp6hcmq43jsgjmr"))))
+        (base32 "19h32dn0076p3s7dn35qi5yp2xvnxw9sqphppmn72vyb8caxvw1z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; Test dependencies.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]