diff mbox series

[bug#61335,2/2] gnu: iwd: Update to 2.3.

Message ID 20230207033803.114239-2-kiasoc5@disroot.org
State New
Headers show
Series Update iwd and ell. | expand

Commit Message

kiasoc5 Feb. 7, 2023, 3:38 a.m. UTC
* gnu/packages/networking.scm (iwd): Update to 2.3.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a7d60c674..eb92801fdf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3884,7 +3884,7 @@  (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.0")
+    (version "2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3893,7 +3893,7 @@  (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
+                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))