gnu: iwd: Update to 2.3.
* gnu/packages/networking.scm (iwd): Update to 2.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d455a18fab
commit
7fbdb403d9
1 changed files with 2 additions and 2 deletions
|
@ -3909,7 +3909,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
||||||
(define-public iwd
|
(define-public iwd
|
||||||
(package
|
(package
|
||||||
(name "iwd")
|
(name "iwd")
|
||||||
(version "2.0")
|
(version "2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3918,7 +3918,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
|
"1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus ell (package-source ell) readline))
|
(list dbus ell (package-source ell) readline))
|
||||||
|
|
Reference in a new issue