[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46793] [PATCH] gnu: nmap: Update to 7.91.
From: |
Xinglu Chen |
Subject: |
[bug#46793] [PATCH] gnu: nmap: Update to 7.91. |
Date: |
Fri, 26 Feb 2021 13:08:37 +0100 |
* gnu/packages/admin.scm (nmap): Update to 7.91.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index cf27eea084..79d41b9ed5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2706,14 +2706,14 @@ done with the @code{auditctl} utility.")
(define-public nmap
(package
(name "nmap")
- (version "7.80")
+ (version "7.91")
(source (origin
(method url-fetch)
(uri (string-append "https://nmap.org/dist/nmap-" version
".tar.bz2"))
(sha256
(base32
- "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw"))
+ "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d
--
2.30.0
- [bug#46793] [PATCH] gnu: nmap: Update to 7.91.,
Xinglu Chen <=