From cd75a9838c18972a182a50d3cc96362de03e8b63 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Wed, 21 May 2025 18:49:41 +0200 Subject: [PATCH] gnu: iwd: Update to 3.8. * gnu/packages/networking.scm (iwd): Update to 3.8. Change-Id: Iccc953e47b739beb73abf89d317e1479626e9039 Signed-off-by: Hilton Chain --- 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 ebcbc1caa12..5d52b86ad60 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4182,7 +4182,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "3.3") + (version "3.8") (source (origin (method git-fetch) (uri (git-reference @@ -4191,7 +4191,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq")))) + "0mvi0xpr99psxjqlq55495x1f3bmalmha13frb3s9ycm5hx9gl84")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) openresolv readline))