guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: iw: Update to 5.19.


From: guix-commits
Subject: 02/03: gnu: iw: Update to 5.19.
Date: Fri, 2 Sep 2022 01:31:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c05e949d5907ba456cdeb193fe87ab153ebc6bb7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 2 08:31:05 2022 +0300

    gnu: iw: Update to 5.19.
    
    * gnu/packages/linux.scm (iw): Update to 5.19.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 657db181e5..6aefdb96d5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3061,7 +3061,7 @@ configuration and monitoring interfaces.")
 (define-public iw
   (package
     (name "iw")
-    (version "4.14")
+    (version "5.19")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3069,7 +3069,7 @@ configuration and monitoring interfaces.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph"))))
+                "0kjdrihc7ibnjdpjqkq8sv0kmmvavgsww78cpjgbnlyx8zlvnrzi"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (inputs (list libnl))



reply via email to

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