guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: knockd: Update to 0.8.


From: guix-commits
Subject: 08/10: gnu: knockd: Update to 0.8.
Date: Tue, 4 May 2021 17:13:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 222e691666dca345f20d36dc856a9e46bfbeb6c2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 22:33:06 2021 +0200

    gnu: knockd: Update to 0.8.
    
    * gnu/packages/networking.scm (knockd): Update to 0.8.
---
 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 b456ab5..a8a989a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -509,14 +509,14 @@ SCTP-aware kernel (most are).")
 (define-public knockd
   (package
     (name "knockd")
-    (version "0.7")
+    (version "0.8")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://www.zeroflux.org/proj/knock/files/knock-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "193qcpsy7v51c6awhg9652l5blyz8vp6n7y6fi7l4rhh6af4ff4r"))))
+                "1iv9h7a9l81ilbld3pi0dmzkizjss1755x1x3v5jxsi4asb8r3b9"))))
     (build-system gnu-build-system)
     (inputs
      `(("libpcap" ,libpcap)))



reply via email to

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