diff options
author | Sergey Trofimov <sarg@sarg.org.ru> | 2024-10-21 20:12:52 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-11-03 00:54:46 +0800 |
commit | 639f79952e51a58b7fbca2a826dcc3df162300c1 (patch) | |
tree | 2762bfba4edae506d5845bb0ccdd85e445b17501 /gnu/packages | |
parent | 6d915231f258aa8d76c58afe1a5b903eb016b111 (diff) | |
download | guix-639f79952e51a58b7fbca2a826dcc3df162300c1.tar guix-639f79952e51a58b7fbca2a826dcc3df162300c1.tar.gz |
gnu: iwd: Update to 3.0.
* gnu/packages/networking.scm (iwd): Update to 3.0.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu/packages')
-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 be663b0dd8..8481e2d2f4 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4143,7 +4143,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "2.12") + (version "3.0") (source (origin (method git-fetch) (uri (git-reference @@ -4152,7 +4152,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "199pcs20054xhp5c0dnxf9ny5cf5cynkqpx68dpn46nq8ly76n2y")))) + "0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) openresolv readline)) |