diff mbox series

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

Message ID 15f0b4fcf2753689fdcb15f731a8c597bc4b7e71.1696334879.git.hako@ultrarare.space
State New
Headers show
Series gnu: iwd: Update to 2.8. | expand

Commit Message

Hilton Chain Oct. 3, 2023, 12:29 p.m. UTC
* 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 mbox series

Patch

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