diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 14:53:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-13 15:02:44 +0200 |
commit | 3c452a35ef6e34ec9221114713c11fe912adebd5 (patch) | |
tree | 2bc25c224c7a43374a56109cf48d752fee80abdd /gnu/packages | |
parent | 7b554d690fc12b5011fe168cafaa2447f7d0b304 (diff) | |
download | guix-3c452a35ef6e34ec9221114713c11fe912adebd5.tar.gz guix-3c452a35ef6e34ec9221114713c11fe912adebd5.zip |
gnu: nmap: Update to 7.91.
* gnu/packages/admin.scm (nmap): Update to 7.91.
Diffstat (limited to 'gnu/packages')
-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 f0ae1209eb..e3db9a2fd7 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2585,14 +2585,14 @@ done with the @code{auditctl} utility.") (define-public nmap (package (name "nmap") - (version "7.90") + (version "7.91") (source (origin (method url-fetch) (uri (string-append "https://nmap.org/dist/nmap-" version ".tar.bz2")) (sha256 (base32 - "1s20i84m9bci70lrl0p2j7h3kpbi9snmvyhc3lzc9s3mh92w6msm")) + "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q")) (modules '((guix build utils))) (snippet '(begin |