diff mbox series

[bug#36236] gnu: aircrack-ng: Update to 1.5.2.

Message ID 20190615231514.21804-1-va511e@yahoo.com
State Accepted
Headers show
Series [bug#36236] gnu: aircrack-ng: Update to 1.5.2. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vasile Dumitrascu June 15, 2019, 11:15 p.m. UTC
* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.
---
 gnu/packages/networking.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès June 18, 2019, 3:03 p.m. UTC | #1
Hi,

Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.

Applied, thanks!

>  ;;; Copyright ?? 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
> +;;; Copyright ?? 2019 Vasile Dumitrascu <va511e@yahoo.com>
                 ^
Somehow this had been mangled, so I had to modify it by hand.

Ludo’.
Vasile Dumitrascu June 18, 2019, 5:49 p.m. UTC | #2
Thank you!

  Vasile

Ludovic Court??s:
> Hi,
> 
> Vasile Dumitrascu <va511e@yahoo.com> skribis:
> 
>> * gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.
> 
> Applied, thanks!
> 
>>  ;;; Copyright ?? 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
>> +;;; Copyright ?? 2019 Vasile Dumitrascu <va511e@yahoo.com>
>                  ^
> Somehow this had been mangled, so I had to modify it by hand.
> 
> Ludo???.
>
diff mbox series

Patch

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6ade8ed85d..871c03f71f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -27,6 +27,7 @@ 
 ;;; Copyright ?? 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright ?? 2018 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright ?? 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright ?? 2019 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -885,7 +886,7 @@  live network and disk I/O bandwidth monitor.")
 (define-public aircrack-ng
   (package
     (name "aircrack-ng")
-    (version "1.3")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
@@ -893,7 +894,7 @@  live network and disk I/O bandwidth monitor.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1jl30d0kibc82447fr3lgw75arik0l9729k94z76l7vl51y8mq4a"))))
+         "0hc2x17bxk2n00z8jj5jfwq3z41681fd19n018724il0cpkjyncy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)