gnu: iwd: Update to 3.8.

* gnu/packages/networking.scm (iwd): Update to 3.8.

Change-Id: Iccc953e47b739beb73abf89d317e1479626e9039
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Sergey Trofimov 2025-05-21 18:49:41 +02:00 committed by Hilton Chain
parent 2eca204847
commit cd75a9838c
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -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))