From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 66321@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>, Hilton Chain <hako@ultrarare.space>
Subject: [bug#66321] [PATCH 2/2] gnu: iwd: Update to 2.8.
Date: Tue, 3 Oct 2023 20:29:23 +0800 [thread overview]
Message-ID: <15f0b4fcf2753689fdcb15f731a8c597bc4b7e71.1696334879.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1696334879.git.hako@ultrarare.space>
* 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
next prev parent reply other threads:[~2023-10-03 12:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-03 12:08 [bug#66321] [PATCH 0/2] gnu: iwd: Update to 2.8 Hilton Chain via Guix-patches via
2023-10-03 12:29 ` [bug#66321] [PATCH 1/2] gnu: ell: Update to 0.59 Hilton Chain via Guix-patches via
2023-10-03 12:29 ` Hilton Chain via Guix-patches via [this message]
2023-10-05 14:47 ` [bug#66321] [PATCH 0/2] gnu: iwd: Update to 2.8 Ludovic Courtès
2023-10-19 5:48 ` bug#66321: " Hilton Chain via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15f0b4fcf2753689fdcb15f731a8c597bc4b7e71.1696334879.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=66321@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.