From 4be896d6e0d322b3f5b514c8a2811efcd6a31606 Mon Sep 17 00:00:00 2001 From: Simon South Date: Mon, 7 Feb 2022 09:26:30 -0500 Subject: gnu: iwd: Update to 1.24. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (ell): Update to 0.48. [arguments]: Remove obsolete "fix-dbus-tests" phase. * gnu/packages/networking.scm (iwd): Update to 1.24. Signed-off-by: Ludovic Courtès --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/networking.scm') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 382b4cf96d..4d260249d7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3563,7 +3563,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "1.20") + (version "1.24") (source (origin (method git-fetch) (uri (git-reference @@ -3572,7 +3572,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr")))) + "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) readline)) -- cgit v1.2.3