diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-12-31 15:37:40 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-08 16:06:12 +0100 |
| commit | a76b9d459d8df1e2ca651eee6d613471dd066826 (patch) | |
| tree | 5726b122e868928d42f9b2ce8903cd32c801e302 /gnu | |
| parent | 9451b18bcfb6a78a7ae59147668dd5d52531e76b (diff) | |
iwd: Update to 3.10.
* gnu/packages/networking.scm (iwd): Update to 3.10.
Change-Id: I5f0e9052ab50528a2fb102f0c568e4f83e2b274f
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 8f6492073f..f6119bfe03 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4463,7 +4463,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "3.9") + (version "3.10") (source (origin (method git-fetch) @@ -4473,7 +4473,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "0kk88ipi901gibz7275rh6p9hplh5xg00b4bxf3i51wyml3id39m")))) + "1dxzz99fwyf1ssjgx57z4nik1xk4nr2ryywq8mpzbvxsdhs82fmb")))) (build-system gnu-build-system) (inputs (list dbus |
