guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: iwd: Update to 2.0.


From: guix-commits
Subject: 05/05: gnu: iwd: Update to 2.0.
Date: Sun, 20 Nov 2022 04:16:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4727f45d04afa19dbd0e6c1ae2fd153a02636c81
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Nov 19 22:55:10 2022 -0500

    gnu: iwd: Update to 2.0.
    
    * gnu/packages/networking.scm (iwd): Update to 2.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 e3d993d388..3f44d082fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3856,7 +3856,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
 (define-public iwd
   (package
     (name "iwd")
-    (version "1.24")
+    (version "2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3865,7 +3865,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
+                "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
     (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]