diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-14 19:40:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-14 19:40:32 +0200 |
commit | ed77c68ac968bcc972f4484339cd99b66e1632b4 (patch) | |
tree | 21095f1d349e216095a158ef07107b024d0c6687 /gnu | |
parent | daf3006636ba7aebc9bc44a8ac880b5e54d8b049 (diff) | |
download | patches-ed77c68ac968bcc972f4484339cd99b66e1632b4.tar patches-ed77c68ac968bcc972f4484339cd99b66e1632b4.tar.gz |
gnu: nmap: Update to 7.50.
* gnu/packages/admin.scm (nmap): Update to 7.50.
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 730fe052cd..4ec401da2a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1582,14 +1582,14 @@ done with the @code{auditctl} utility.") (define-public nmap (package (name "nmap") - (version "7.40") + (version "7.50") (source (origin (method url-fetch) (uri (string-append "https://nmap.org/dist/nmap-" version ".tar.bz2")) (sha256 (base32 - "121i9mgyc28ra2825akd0ix5qyssv4xc2qlx296mam6hzxgnc54y")) + "1ckl2qxqxkrfa2qxdrqyaa4k1hhj273aqckrc46fijdz0a76mag9")) (modules '((guix build utils))) (snippet '(map delete-file-recursively |