mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: iwd: Update to 3.8.
* gnu/packages/networking.scm (iwd): Update to 3.8. Change-Id: Iccc953e47b739beb73abf89d317e1479626e9039 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
2eca204847
commit
cd75a9838c
1 changed files with 2 additions and 2 deletions
|
|
@ -4182,7 +4182,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "3.3")
|
||||
(version "3.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -4191,7 +4191,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq"))))
|
||||
"0mvi0xpr99psxjqlq55495x1f3bmalmha13frb3s9ycm5hx9gl84"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) openresolv readline))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue