GNU bug report logs -
#59398
[PATCH 0/2] Update iwd and ell to latest versions.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sun, 20 Nov 2022 03:54:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 59398 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (iwd): Update to 2.0.
---
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 e3d993d388..3f44d082fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3856,7 +3856,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "1.24")
+ (version "2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3865,7 +3865,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
+ "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))
--
2.38.1
This bug report was last modified 2 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.