diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-03-14 18:03:22 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-08 00:12:06 +0900 |
| commit | 1ecac5702ad33a16795b5e6908bdd42251362d49 (patch) | |
| tree | 4a5ec7563b0f0fd5632b17f07887c95929ba57da | |
| parent | 1936a8c34594ff354852148ff167c53278e699c6 (diff) | |
gnu: iwd: Update to 3.12
* gnu/packages/networking.scm (iwd): Update to 3.12.
Change-Id: I6ec1619f0d78f1c69c9de87726792f16c5144c94
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4c36e5e4fe4..9ba5fcea8d0 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -69,7 +69,7 @@ ;;; Copyright © 2025 B. Wilson <elaexuotee@wilsonb.com> ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org> -;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> +;;; Copyright © 2025, 2026 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2025 Jared Klingenberger <jkling@noreply.codeberg.org> ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> ;;; @@ -4474,7 +4474,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "3.10") + (version "3.12") (source (origin (method git-fetch) @@ -4484,7 +4484,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "1dxzz99fwyf1ssjgx57z4nik1xk4nr2ryywq8mpzbvxsdhs82fmb")))) + "1c05ayakg8kf9bxqf5857lkflk4mrzllmhz01cpyfpcx5pz71ipg")))) (build-system gnu-build-system) (inputs (list dbus |
