guix-commits
[Top][All Lists]
Advanced

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

143/155: gnu: nmap: Update to 7.40.


From: John Darrington
Subject: 143/155: gnu: nmap: Update to 7.40.
Date: Wed, 21 Dec 2016 20:48:42 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit e6639ff4b16d9d9e0bff4cf5bec1a9c9ebbfc4c3
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 21 00:14:08 2016 +0100

    gnu: nmap: Update to 7.40.
    
    * gnu/packages/admin.scm (nmap): Update to 7.40.
---
 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 69c04dc..fb9ed2a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1568,14 +1568,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.31")
+    (version "7.40")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0hiqb28950kn4bjsmw0ksfyss7j2qdmgrj3xsjf7073pq01lx7yb"))
+                "121i9mgyc28ra2825akd0ix5qyssv4xc2qlx296mam6hzxgnc54y"))
               (modules '((guix build utils)))
               (snippet
                '(map delete-file-recursively



reply via email to

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