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


From: Efraim Flashner
Subject: 01/01: gnu: nmap: Update to 7.12.
Date: Thu, 12 May 2016 05:51:31 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit dbffd7d775627ee3e39420761ca1abf0e8570a4c
Author: Efraim Flashner <address@hidden>
Date:   Thu May 12 08:51:10 2016 +0300

    gnu: nmap: Update to 7.12.
    
    * gnu/packages/admin.scm (nmap): Update to 7.12.
---
 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 303e997..633606e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1569,14 +1569,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.11")
+    (version "7.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0jlmq1w0gjqpa7qa523kdj73ndm1xzww2wjvb94hxh6yalargyhk"))
+                "014vagh9ak10hidwzp9s6g30y5h5fhsh8wykcnc1hnn9hwm0ipv3"))
               (modules '((guix build utils)))
               (snippet
                '(map delete-file-recursively



reply via email to

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