[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH v2 5/6] gnu: ell: Update to 0.48.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH v2 5/6] gnu: ell: Update to 0.48. |
Date: |
Mon, 7 Feb 2022 09:26:30 -0500 |
* gnu/packages/linux.scm (ell): Update to 0.48.
[arguments]: Remove obsolete "fix-dbus-tests" phase.
---
gnu/packages/linux.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 138eab5ed2..1c76d37166 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8362,7 +8362,7 @@ (define-public wireplumber
(define-public ell
(package
(name "ell")
- (version "0.46")
+ (version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8371,18 +8371,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
--
2.34.0
- [bug#53779] [PATCH 0/5] gnu: iwd: Build from Git; update to 1.23., Simon South, 2022/02/04
- [bug#53779] [PATCH 5/5] gnu: iwd: Update to 1.23., Simon South, 2022/02/04
- [bug#53779] [PATCH 3/5] gnu: ell: Remove input labels., Simon South, 2022/02/04
- [bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels., Simon South, 2022/02/04
- [bug#53779] [PATCH 4/5] gnu: ell: Update to 0.48., Simon South, 2022/02/04
- [bug#53779] [PATCH 2/5] gnu: iwd: Build from Git sources., Simon South, 2022/02/04
- [bug#53779] [PATCH v2 0/6] gnu: iwd: Build from Git; update to 1.24., Simon South, 2022/02/07
[bug#53779] [PATCH v2 3/6] gnu: iwd: Build from Git sources., Simon South, 2022/02/07
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels., Simon South, 2022/02/07
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24., Simon South, 2022/02/07
bug#53779: [PATCH 0/5] gnu: iwd: Build from Git; update to 1.23., Ludovic Courtès, 2022/02/08