guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: iwd: Update to 1.15.


From: guix-commits
Subject: 07/09: gnu: iwd: Update to 1.15.
Date: Wed, 23 Jun 2021 18:42:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b87f5645b8a1e6bc1efbf3eed9ac3ccc98af1b55
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 22:46:12 2021 +0200

    gnu: iwd: Update to 1.15.
    
    * gnu/packages/networking.scm (iwd): Update to 1.15.
---
 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 34369e8..579bd56 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3542,7 +3542,7 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. 
")
 (define-public iwd
   (package
     (name "iwd")
-    (version "1.14")
+    (version "1.15")
     (source (origin
               ;; FIXME: We're using the bootstrapped sources because
               ;; otherwise using an external ell library is impossible.
@@ -3552,7 +3552,7 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. 
")
                                   "/wireless/iwd-" version ".tar.xz"))
               (sha256
                (base32
-                "02vz4lyd6vq3vcii357ljqprnas78zb8j670a0gblrm6kganmgi1"))))
+                "0ngng9a9ra5w0mp2813yy2ihfibyx10ns6v5icdcp99db608xax7"))))
     (build-system gnu-build-system)
     (inputs
      `(("dbus" ,dbus)



reply via email to

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