diff options
author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-05-21 18:49:41 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-27 19:01:53 +0800 |
commit | cd75a9838c18972a182a50d3cc96362de03e8b63 (patch) | |
tree | 0bf2a14a5866e3a13ea43a13a64b83f8b4e6c018 | |
parent | 2eca204847c1ea52cb743d9bd025c4bc1b523a29 (diff) |
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>
-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 ebcbc1caa1..5d52b86ad6 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)) |