me
/
guix
Archived
1
0
Fork 0

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>
master
Simon South 2022-02-07 09:26:30 -05:00 committed by Ludovic Courtès
parent c491338bcb
commit 4be896d6e0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 4 additions and 14 deletions

View File

@ -8384,7 +8384,7 @@ tools for managing PipeWire.")
(define-public ell
(package
(name "ell")
(version "0.46")
(version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference
@ -8393,18 +8393,8 @@ tools for managing PipeWire.")
(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

View File

@ -3563,7 +3563,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
(define-public iwd
(package
(name "iwd")
(version "1.20")
(version "1.24")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3572,7 +3572,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
(file-name (git-file-name name version))
(sha256
(base32
"0xlbnsgw9giakfj0xr526i7mcwyaryb18g66mv90njnrm8radjhr"))))
"1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))