GNU bug report logs - #78540
[PATCH 0/2] Update iwd

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Wed, 21 May 2025 16:59:03 UTC

Severity: normal

Tags: patch

Done: Sergey Trofimov <sarg <at> sarg.org.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 78540 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [bug#78540] [PATCH 2/2] gnu: iwd: Update to 3.8.
Date: Wed, 21 May 2025 19:05:25 +0200
* gnu/packages/networking.scm (iwd): Update to 3.8.

Change-Id: Iccc953e47b739beb73abf89d317e1479626e9039
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index aa69f3db75..13fff2efd8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4181,7 +4181,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "3.3")
+    (version "3.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4190,7 +4190,7 @@ (define-public iwd
               (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))
-- 
2.49.0





This bug report was last modified 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.