[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0.
From: |
kiasoc5 |
Subject: |
[bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0. |
Date: |
Sat, 19 Nov 2022 22:55:10 -0500 |
* gnu/packages/networking.scm (iwd): Update to 2.0.
---
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 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "1.24")
+ (version "2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3865,7 +3865,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
+ "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))
--
2.38.1