mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: iwd: Update to 2.0.
* gnu/packages/networking.scm (iwd): Update to 2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
904decf7c0
commit
4727f45d04
1 changed files with 2 additions and 2 deletions
|
@ -3856,7 +3856,7 @@ (define-public bird
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "1.24")
|
||||
(version "2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3865,7 +3865,7 @@ (define-public iwd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
|
||||
"0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) readline))
|
||||
|
|
Loading…
Reference in a new issue