mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: iwd: Update to 1.20.
* gnu/packages/networking.scm (iwd): Update to 1.20.
This commit is contained in:
parent
423c3de0c8
commit
fa8fb40f6b
1 changed files with 2 additions and 2 deletions
|
@ -3521,7 +3521,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 "1.15")
|
(version "1.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; FIXME: We're using the bootstrapped sources because
|
;; FIXME: We're using the bootstrapped sources because
|
||||||
;; otherwise using an external ell library is impossible.
|
;; otherwise using an external ell library is impossible.
|
||||||
|
@ -3531,7 +3531,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
|
||||||
"/wireless/iwd-" version ".tar.xz"))
|
"/wireless/iwd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ngng9a9ra5w0mp2813yy2ihfibyx10ns6v5icdcp99db608xax7"))))
|
"03q5scahyg86h4bdxqxm32shyssgpmfp5b3183j01ig7mg6f4lbx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus ell readline))
|
(list dbus ell readline))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue