From 1ecac5702ad33a16795b5e6908bdd42251362d49 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sat, 14 Mar 2026 18:03:22 +0100 Subject: gnu: iwd: Update to 3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/networking.scm (iwd): Update to 3.12. Change-Id: I6ec1619f0d78f1c69c9de87726792f16c5144c94 Signed-off-by: Nguyễn Gia Phong --- gnu/packages/networking.scm | 6 +++--- 1 file 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 ;;; Copyright © 2024 Janneke Nieuwenhuizen ;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen -;;; Copyright © 2025 Ashish SHUKLA +;;; Copyright © 2025, 2026 Ashish SHUKLA ;;; Copyright © 2025 Jared Klingenberger ;;; Copyright © 2026 Carlos Durán Domínguez ;;; @@ -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 -- cgit v1.3