[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24. |
Date: |
Mon, 7 Feb 2022 09:26:31 -0500 |
* gnu/packages/networking.scm (iwd): Update to 1.24.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 382b4cf96d..4d260249d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3563,7 +3563,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "1.20")
+ (version "1.24")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3572,7 +3572,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr"))))
+ "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))
--
2.34.0
- [bug#53779] [PATCH v2 0/6] gnu: iwd: Build from Git; update to 1.24., (continued)
[bug#53779] [PATCH v2 3/6] gnu: iwd: Build from Git sources., Simon South, 2022/02/07
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels., Simon South, 2022/02/07
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24.,
Simon South <=
bug#53779: [PATCH 0/5] gnu: iwd: Build from Git; update to 1.23., Ludovic Courtès, 2022/02/08