GNU bug report logs -
#73423
[PATCH 0/2] gnu: iwd: Update to 2.22.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 22 Sep 2024 14:59:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/networking.scm (iwd): Update to 2.22.
Change-Id: I34fc6742f3da06cf92af73d87899732dfca54313
---
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 d0949618da..3f2239a14d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4143,7 +4143,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "2.12")
+ (version "2.22")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4152,7 +4152,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "199pcs20054xhp5c0dnxf9ny5cf5cynkqpx68dpn46nq8ly76n2y"))))
+ "1wnz1rbjnikry2b7fj7xbdfql84vgdqbpcz7gmf1jggz2c2rysdp"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) openresolv readline))
--
2.46.0
This bug report was last modified 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.