guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: iwd: Update to 2.8.


From: guix-commits
Subject: 02/02: gnu: iwd: Update to 2.8.
Date: Thu, 19 Oct 2023 01:44:43 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 330b94e8bd88baf903d2bc11bf96e23b119e0fe5
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Oct 3 19:47:51 2023 +0800

    gnu: iwd: Update to 2.8.
    
    * 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 7a29bafb01..86309e4ab3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3970,7 +3970,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.7")
+    (version "2.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3979,7 +3979,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
+                "0bpksqyaqr624bj7zm9hi22rnp6wnjbngx4q08l7lbd0r7r93vcb"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
@@ -4024,7 +4024,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
                ;; 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



reply via email to

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