mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: iwd: Update to 3.3.
* gnu/packages/networking.scm (iwd): Update to 3.3. Change-Id: I8403a08feab6cb5bbff9769fcd0038fdb6ded3d8
This commit is contained in:
parent
34a37a0aef
commit
ef00e8f4c1
1 changed files with 2 additions and 2 deletions
|
@ -4163,7 +4163,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "3.0")
|
||||
(version "3.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4172,7 +4172,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6"))))
|
||||
"0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) openresolv readline))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue