guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: netcat-openbsd: Update to 1.217-2.


From: guix-commits
Subject: 03/05: gnu: netcat-openbsd: Update to 1.217-2.
Date: Sat, 3 Oct 2020 17:00:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 05c29040599069057a923bbbecb333f15fbd87ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 21:45:28 2020 +0200

    gnu: netcat-openbsd: Update to 1.217-2.
    
    * gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
---
 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 9fca27c..d154904 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -827,7 +827,7 @@ would need and has several interesting built-in 
capabilities.")
 (define-public netcat-openbsd
   (package
     (name "netcat-openbsd")
-    (version "1.217-1")
+    (version "1.217-2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -836,7 +836,7 @@ would need and has several interesting built-in 
capabilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kcvi3pav2fdx5c22psjv5dggk4cmrqiaq2cklhqngsk4a7vrjan"))))
+                "19sr52ix14w344pv13ppb0c1wyg5dxhic1fw2q0s3qfmx57b9hhp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite



reply via email to

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