guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: iwd: Update to 2.3.


From: guix-commits
Subject: 10/12: gnu: iwd: Update to 2.3.
Date: Sat, 11 Feb 2023 15:35:06 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 7fbdb403d9c0374630da43fffd20cc7df0d734a1
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Feb 6 22:38:03 2023 -0500

    gnu: iwd: Update to 2.3.
    
    * gnu/packages/networking.scm (iwd): Update to 2.3.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 a9ea07d7b1..44e2de5f08 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3909,7 +3909,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.0")
+    (version "2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3918,7 +3918,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
+                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]