guix-patches
[Top][All Lists]
Advanced

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

[bug#66321] [PATCH 2/2] gnu: iwd: Update to 2.8.


From: Hilton Chain
Subject: [bug#66321] [PATCH 2/2] gnu: iwd: Update to 2.8.
Date: Tue, 3 Oct 2023 20:29:23 +0800

* gnu/packages/networking.scm (iwd): Update to 2.8.
[synopsis]: Change to "iNet Wireless Daemon".
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0a9472ee86..57154b3e14 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3960,7 +3960,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.7")
+    (version "2.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3969,7 +3969,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
+                "0bpksqyaqr624bj7zm9hi22rnp6wnjbngx4q08l7lbd0r7r93vcb"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
@@ -4014,7 +4014,7 @@ (define-public iwd
                ;; Don't try to 'mkdir /var'.
                (("\\$\\(MKDIR_P\\) -m 700") "true")))))))
     (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/";)
-    (synopsis "Internet Wireless Daemon")
+    (synopsis "iNet Wireless Daemon")
     (description "iwd is a wireless daemon for Linux that aims to replace WPA
 Supplicant.  It optimizes resource utilization by not depending on any external
 libraries and instead utilizing features provided by the Linux kernel to the
-- 
2.41.0






reply via email to

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