guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: reaver: Update to 1.6.6.


From: guix-commits
Subject: 01/14: gnu: reaver: Update to 1.6.6.
Date: Mon, 16 Mar 2020 23:50:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70c910eb98f1abc9a4a9bd31d08c629f2f5e8f0c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 16 18:45:08 2020 +0100

    gnu: reaver: Update to 1.6.6.
    
    * gnu/packages/networking.scm (reaver): Update to 1.6.6.
    [source]: Hard-code NAME.
---
 gnu/packages/networking.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4fa5008..48b2570 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

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