GNU bug report logs -
#64694
[PATCH 0/2] Update iwd to 2.7.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Tue, 18 Jul 2023 04:29:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 64694 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (iwd): Update to 2.7.
---
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 1fbbbc1267..d23aab5edc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3945,7 +3945,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "2.3")
+ (version "2.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3954,7 +3954,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
+ "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))
--
2.41.0
This bug report was last modified 2 years and 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.