guix-commits
[Top][All Lists]
Advanced

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

143/145: gnu: iwd: Update to 1.20.


From: guix-commits
Subject: 143/145: gnu: iwd: Update to 1.20.
Date: Mon, 10 Jan 2022 11:44:21 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 19c97bc65968b886594d8741d71524356921198b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 4 00:03:38 2022 -0500

    gnu: iwd: Update to 1.20.
    
    * gnu/packages/networking.scm (iwd): Update to 1.20.
---
 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 2dbdc7d9b5..d6d6de2518 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3521,7 +3521,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
 (define-public iwd
   (package
     (name "iwd")
-    (version "1.15")
+    (version "1.20")
     (source (origin
               ;; FIXME: We're using the bootstrapped sources because
               ;; otherwise using an external ell library is impossible.
@@ -3531,7 +3531,7 @@ powerful route filtering syntax and an easy-to-use 
configuration interface.")
                                   "/wireless/iwd-" version ".tar.xz"))
               (sha256
                (base32
-                "0ngng9a9ra5w0mp2813yy2ihfibyx10ns6v5icdcp99db608xax7"))))
+                "03q5scahyg86h4bdxqxm32shyssgpmfp5b3183j01ig7mg6f4lbx"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell readline))



reply via email to

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