mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: iwd: Update to 3.3.
* gnu/packages/networking.scm (iwd): Update to 3.3. Change-Id: I8403a08feab6cb5bbff9769fcd0038fdb6ded3d8
This commit is contained in:
parent
34a37a0aef
commit
ef00e8f4c1
1 changed files with 2 additions and 2 deletions
|
@ -4163,7 +4163,7 @@ (define-public bird
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "3.0")
|
||||
(version "3.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4172,7 +4172,7 @@ (define-public iwd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6"))))
|
||||
"0jrl2rgcazl05mqq0zbn9wgmxynndnnqk7pvbhgvmfsh76hifapq"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) openresolv readline))
|
||||
|
|
Loading…
Reference in a new issue