hako pushed a commit to branch master
in repository guix.

commit 639f79952e51a58b7fbca2a826dcc3df162300c1
Author: Sergey Trofimov <[email protected]>
AuthorDate: Mon Oct 21 20:12:52 2024 +0200

    gnu: iwd: Update to 3.0.
    
    * gnu/packages/networking.scm (iwd): Update to 3.0.
    
    Signed-off-by: Hilton Chain <[email protected]>
---
 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 be663b0dd8..8481e2d2f4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4143,7 +4143,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.12")
+    (version "3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4152,7 +4152,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "199pcs20054xhp5c0dnxf9ny5cf5cynkqpx68dpn46nq8ly76n2y"))))
+                "0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) openresolv readline))

Reply via email to