mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: iwd: Update to 1.24.
* gnu/packages/linux.scm (ell): Update to 0.48. [arguments]: Remove obsolete "fix-dbus-tests" phase. * gnu/packages/networking.scm (iwd): Update to 1.24. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c491338bcb
commit
4be896d6e0
2 changed files with 4 additions and 14 deletions
|
@ -8384,7 +8384,7 @@ (define-public wireplumber
|
|||
(define-public ell
|
||||
(package
|
||||
(name "ell")
|
||||
(version "0.46")
|
||||
(version "0.48")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8393,18 +8393,8 @@ (define-public ell
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15hwqicmll23cbrj13h3wd4lgrby416ap7l6w0434jsza4s4yv82"))))
|
||||
"0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-dbus-tests
|
||||
(lambda _
|
||||
(substitute* '("unit/test-dbus-message-fds.c"
|
||||
"unit/test-dbus-properties.c"
|
||||
"unit/test-dbus.c")
|
||||
(("/usr/bin/dbus-daemon") (which "dbus-daemon")))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list dbus))
|
||||
(native-inputs
|
||||
|
|
|
@ -3563,7 +3563,7 @@ (define-public bird
|
|||
(define-public iwd
|
||||
(package
|
||||
(name "iwd")
|
||||
(version "1.20")
|
||||
(version "1.24")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3572,7 +3572,7 @@ (define-public iwd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr"))))
|
||||
"1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list dbus ell (package-source ell) readline))
|
||||
|
|
Loading…
Reference in a new issue