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.40.


From: Marius Bakke
Subject: 01/01: gnu: nmap: Update to 7.40.
Date: Tue, 20 Dec 2016 23:15:39 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 21eced80a0253146ccf7592f03261a23807e6dea
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]