mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: reaver: Update to 1.6.6.
* gnu/packages/networking.scm (reaver): Update to 1.6.6. [source]: Hard-code NAME.
This commit is contained in:
parent
06f0453ad2
commit
70c910eb98
1 changed files with 4 additions and 4 deletions
|
@ -990,15 +990,15 @@ (define-public pixiewps
|
||||||
(define-public reaver
|
(define-public reaver
|
||||||
(package
|
(package
|
||||||
(name "reaver")
|
(name "reaver")
|
||||||
(version "1.6.5")
|
(version "1.6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/t6x/reaver-wps-fork-t6x/releases/"
|
"https://github.com/t6x/reaver-wps-fork-t6x/releases/"
|
||||||
"download/v" version "/" name "-" version ".tar.xz"))
|
"download/v" version "/reaver-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sva3g0kwgv143n9l3lg4qp5iiqz7nk76nr0hwivsnglbhk9sbil"))))
|
"00k7mc81ifv0wma7k4v18mj498badbw5yls6c28qin3d1gda0ag3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1021,7 +1021,7 @@ (define-public reaver
|
||||||
(find-files "." "README.*"))
|
(find-files "." "README.*"))
|
||||||
(install-file "reaver.1" man1)
|
(install-file "reaver.1" man1)
|
||||||
#t))))
|
#t))))
|
||||||
#:tests? #f)) ; there are no tests
|
#:tests? #f)) ; there are no tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpcap" ,libpcap)))
|
`(("libpcap" ,libpcap)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue