From 23d7a8b3232752e083d448e73ad8d90c4231b035 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 3 Oct 2023 19:18:31 +0800 Subject: gnu: ell: Update to 0.59. * gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps. --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a76b609258..9a0610528e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9448,7 +9448,7 @@ tools for managing PipeWire.") (define-public ell (package (name "ell") - (version "0.57") + (version "0.59") (source (origin (method git-fetch) (uri (git-reference @@ -9457,7 +9457,7 @@ tools for managing PipeWire.") (file-name (git-file-name name version)) (sha256 (base32 - "1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm")))) + "11xlkdvw7pyd9idq1zsnl946dry9aksnz29wbpzxqjc97xhhd5xq")))) (build-system gnu-build-system) (arguments ;; Tests launch dbus-daemon instances that all try to bind to @@ -9466,7 +9466,7 @@ tools for managing PipeWire.") (inputs (list dbus)) (native-inputs - (list autoconf automake libtool pkg-config)) + (list autoconf automake libtool pkg-config procps)) (home-page "https://01.org/ell") (synopsis "Embedded Linux Library") (description "The Embedded Linux* Library (ELL) provides core, low-level -- cgit v1.2.3