summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-04 00:03:38 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-10 11:51:30 -0500
commitfa8fb40f6bf333556e53db49b940bfa9b09e2b3c (patch)
tree4c958a7981eab536f96b31b5e9c6fbf01d9ce61e /gnu/packages/networking.scm
parent423c3de0c85b769331cbe627b0c9a84968388ea9 (diff)
downloadguix-patches-fa8fb40f6bf333556e53db49b940bfa9b09e2b3c.tar
guix-patches-fa8fb40f6bf333556e53db49b940bfa9b09e2b3c.tar.gz
gnu: iwd: Update to 1.20.
* gnu/packages/networking.scm (iwd): Update to 1.20.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3ac01f43ea..004c97cd20 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))