diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2016-12-21 00:14:08 +0100 | 
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-21 00:14:08 +0100 | 
| commit | 21eced80a0253146ccf7592f03261a23807e6dea (patch) | |
| tree | b7793c023f3fe43bcd10aa15ab8f6967b1e5a7b7 /gnu | |
| parent | 64b5e4137649be75c6f4ea37991be95a23844a95 (diff) | |
gnu: nmap: Update to 7.40.
* gnu/packages/admin.scm (nmap): Update to 7.40.
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 69c04dc139..fb9ed2a4de 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 | 
