guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: nmap: Downgrade to 7.80.


From: guix-commits
Subject: 01/02: gnu: nmap: Downgrade to 7.80.
Date: Sun, 10 Jan 2021 11:52:15 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 86fec62f0920d619b798639cbb728e9765ebd724
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Jan 10 17:42:20 2021 +0100

    gnu: nmap: Downgrade to 7.80.
    
    * gnu/packages/admin.scm (nmap): Downgrade to 7.80.
---
 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 3750733..f43daf1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2611,14 +2611,14 @@ done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.91")
+    (version "7.80")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "001kb5xadqswyw966k2lqi6jr6zz605jpp9w4kmm272if184pk0q"))
+                "1aizfys6l9f9grm82bk878w56mg0zpkfns3spzj157h98875mypw"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]