diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-19 22:55:10 -0500 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-20 11:02:03 +0200 |
commit | 4727f45d04afa19dbd0e6c1ae2fd153a02636c81 (patch) | |
tree | 07b640ad22d5a0e91e1a29ba55df3978ed891a80 | |
parent | 904decf7c0a4137dab9928f72d6c7ed94d1a1ad7 (diff) | |
download | guix-4727f45d04afa19dbd0e6c1ae2fd153a02636c81.tar.gz guix-4727f45d04afa19dbd0e6c1ae2fd153a02636c81.zip |
gnu: iwd: Update to 2.0.
* gnu/packages/networking.scm (iwd): Update to 2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files 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 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "1.24") + (version "2.0") (source (origin (method git-fetch) (uri (git-reference @@ -3865,7 +3865,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi")))) + "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) readline)) |