guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: nmap: Update to 7.60.


From: Marius Bakke
Subject: 03/03: gnu: nmap: Update to 7.60.
Date: Wed, 9 Aug 2017 18:17:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4c6c683862579b9f1fa6782b9482054eb1059225
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 10 00:05:22 2017 +0200

    gnu: nmap: Update to 7.60.
    
    * gnu/packages/admin.scm (nmap): Update to 7.60.
---
 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 c0e5269..00e05c8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1599,14 +1599,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.50")
+    (version "7.60")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1ckl2qxqxkrfa2qxdrqyaa4k1hhj273aqckrc46fijdz0a76mag9"))
+                "08bga42ipymmbxd7wy4x5sl26c0ir1fm3n9rc6nqmhx69z66wyd8"))
               (modules '((guix build utils)))
               (snippet
                '(map delete-file-recursively



reply via email to

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