gnu: nmap: Downgrade to 7.80.

* gnu/packages/admin.scm (nmap): Downgrade to 7.80.
This commit is contained in:
Leo Prikler 2021-01-10 17:42:20 +01:00
parent b6473e506e
commit 86fec62f09
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2611,14 +2611,14 @@ (define-public audit
(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