summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 21:41:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 23:00:21 +0200
commit40fa331c81351e82240c7cd2203281501eadf77f (patch)
treebebef549fd04f6feb96b9da60feba561393127aa /gnu
parentf32ac8e010386a9b1f741c3c8b9b776e1e950e49 (diff)
downloadguix-patches-40fa331c81351e82240c7cd2203281501eadf77f.tar
guix-patches-40fa331c81351e82240c7cd2203281501eadf77f.tar.gz
gnu: nmap: Update to 7.90.
* gnu/packages/admin.scm (nmap): Update to 7.90.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f2e653d409..9fca27c9c8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2606,14 +2606,14 @@ done with the @code{auditctl} utility.")
(define-public nmap
(package
(name "nmap")
- (version "7.80")
+ (version "7.90")
(source (origin
(method url-fetch)
(uri (string-append "https://nmap.org/dist/nmap-" version
".tar.bz2"))
(sha256
(base32
- "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw"))
+ "1s20i84m9bci70lrl0p2j7h3kpbi9snmvyhc3lzc9s3mh92w6msm"))
(modules '((guix build utils)))
(snippet
'(begin