guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: netcat-openbsd: Update to 1.219-1.


From: guix-commits
Subject: 03/10: gnu: netcat-openbsd: Update to 1.219-1.
Date: Tue, 29 Nov 2022 06:24:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a46cf609654b1efdfcf1cddf69135b9846314249
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:01 2022 +0100

    gnu: netcat-openbsd: Update to 1.219-1.
    
    * gnu/packages/admin.scm (netcat-openbsd): Update to 1.219-1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 99231a710e..b1f928014e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1175,7 +1175,7 @@ would need and has several interesting built-in 
capabilities.")
 (define-public netcat-openbsd
   (package
     (name "netcat-openbsd")
-    (version "1.218-5")
+    (version "1.219-1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1184,7 +1184,7 @@ would need and has several interesting built-in 
capabilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hpbmz9m2q22a6qgbn9590z2x96xgffim8g0m1v47mariz3pqhlc"))))
+                "1fhrmnbdl6bgsjk02vi78zy9i486mmniymbbbhdkzl8zfjbjkpxc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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