GNU bug report logs -
#53779
[PATCH 0/5] gnu: iwd: Build from Git; update to 1.23.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Fri, 4 Feb 2022 15:42:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 53779 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 3 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.