mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: iwd: Update to 2.7.
* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
8adbfdd699
commit
1f0c02d838
1 changed files with 2 additions and 2 deletions
|
@ -3943,7 +3943,7 @@ (define-public bird
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "2.3")
|
||||
(version "2.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3952,7 +3952,7 @@ (define-public iwd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
|
||||
"0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) readline))
|
||||
|
|
Loading…
Reference in a new issue