[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: iwd: Update to 1.24.
From: |
guix-commits |
Subject: |
14/14: gnu: iwd: Update to 1.24. |
Date: |
Tue, 8 Feb 2022 07:36:52 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 4be896d6e0d322b3f5b514c8a2811efcd6a31606
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Feb 7 09:26:30 2022 -0500
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>
---
gnu/packages/linux.scm | 14 ++------------
gnu/packages/networking.scm | 4 ++--
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b50f2e9c5b..254a97e915 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 382b4cf96d..4d260249d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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))
- branch master updated (35d56676db -> 4be896d6e0), guix-commits, 2022/02/08
- 11/14: gnu: iwd: Remove reference to %outputs., guix-commits, 2022/02/08
- 07/14: gnu: Deprecate the 'g-golf' variable., guix-commits, 2022/02/08
- 09/14: gnu: nomad: Depends on proper version of g-golf., guix-commits, 2022/02/08
- 06/14: gnu: g-golf: Update to 0.0.1-1010-1824633., guix-commits, 2022/02/08
- 13/14: gnu: ell: Remove input labels., guix-commits, 2022/02/08
- 14/14: gnu: iwd: Update to 1.24.,
guix-commits <=
- 02/14: gnu: Add bloomberg-bde-tools., guix-commits, 2022/02/08
- 08/14: gnu: Add guile2.2-g-golf., guix-commits, 2022/02/08
- 12/14: gnu: iwd: Build from Git sources., guix-commits, 2022/02/08
- 01/14: import: utils: Harden beautify-description., guix-commits, 2022/02/08
- 04/14: gnu: Add emacs-spray., guix-commits, 2022/02/08
- 03/14: gnu: Add bloomberg-bde., guix-commits, 2022/02/08
- 05/14: gnu: Fix typo., guix-commits, 2022/02/08
- 10/14: gnu: iwd: Remove input labels., guix-commits, 2022/02/08