diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-12 08:51:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-12 08:51:10 +0300 |
commit | dbffd7d775627ee3e39420761ca1abf0e8570a4c (patch) | |
tree | 2d2b05418016577ca1abc22c0bd3d81bd75dfa71 /gnu | |
parent | 7e19194d07f336dc044052d44d6a49076131801d (diff) | |
download | patches-dbffd7d775627ee3e39420761ca1abf0e8570a4c.tar patches-dbffd7d775627ee3e39420761ca1abf0e8570a4c.tar.gz |
gnu: nmap: Update to 7.12.
* gnu/packages/admin.scm (nmap): Update to 7.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 303e9978a5..633606e840 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 |