diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-07-18 12:30:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-28 22:01:39 +0800 |
commit | 1f0c02d8384184eabd36eba0806da0d91d520e9c (patch) | |
tree | a12fc70b33abbf1dc9a7ed8e80d6942cf8a95b6c /gnu/packages/networking.scm | |
parent | 8adbfdd6996e2426bfa7fff615930d1debca7310 (diff) | |
download | guix-1f0c02d8384184eabd36eba0806da0d91d520e9c.tar.gz |
gnu: iwd: Update to 2.7.
* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 18d5c26ce0..488d015107 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3943,7 +3943,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "2.3") + (version "2.7") (source (origin (method git-fetch) (uri (git-reference @@ -3952,7 +3952,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4")))) + "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) readline)) |