me
/
guix
Archived
1
0
Fork 0

gnu: reaver: Update to 1.6.6.

* gnu/packages/networking.scm (reaver): Update to 1.6.6.
[source]: Hard-code NAME.
Tobias Geerinckx-Rice 2020-03-16 18:45:08 +01:00
parent 06f0453ad2
commit 70c910eb98
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -990,15 +990,15 @@ non-existing entropy of some access points.")
(define-public reaver
(package
(name "reaver")
(version "1.6.5")
(version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/t6x/reaver-wps-fork-t6x/releases/"
"download/v" version "/" name "-" version ".tar.xz"))
"download/v" version "/reaver-" version ".tar.xz"))
(sha256
(base32
"0sva3g0kwgv143n9l3lg4qp5iiqz7nk76nr0hwivsnglbhk9sbil"))))
"00k7mc81ifv0wma7k4v18mj498badbw5yls6c28qin3d1gda0ag3"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@ -1021,7 +1021,7 @@ non-existing entropy of some access points.")
(find-files "." "README.*"))
(install-file "reaver.1" man1)
#t))))
#:tests? #f)) ; there are no tests
#:tests? #f)) ; there are no tests
(inputs
`(("libpcap" ,libpcap)))
(propagated-inputs