guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nmap: Update to 7.80.


From: guix-commits
Subject: 01/01: gnu: nmap: Update to 7.80.
Date: Mon, 19 Aug 2019 13:29:24 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 8895b2e0b624baeef4feb7ac2a11595994e9ee24
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 19 13:25:43 2019 -0400

    gnu: nmap: Update to 7.80.
    
    * gnu/packages/admin.scm (nmap): Update to 7.80.
---
 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 979b901..a0e0af0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2134,14 +2134,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.70")
+    (version "7.80")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "063fg8adx23l4irrh5kn57hsmi1xvjkar4vm4k6g94ppan4hcyw4"))
+                "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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