gnu: iwd: Update to 3.3.

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

Change-Id: I8403a08feab6cb5bbff9769fcd0038fdb6ded3d8
This commit is contained in:
Hilton Chain 2025-01-11 14:22:44 +08:00
parent 34a37a0aef
commit ef00e8f4c1
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -4163,7 +4163,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
(version "3.0")
(version "3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4172,7 +4172,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
"0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6"))))
"0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) openresolv readline))