summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-10-03 19:18:31 +0800
committerHilton Chain <hako@ultrarare.space>2023-10-19 13:38:48 +0800
commit23d7a8b3232752e083d448e73ad8d90c4231b035 (patch)
tree6d739c25fc5143038dfb84aa888e1012bc0ac28b
parentba72f8a8d5843fc56a3a7c9c4cf3fcce6a9b60bf (diff)
gnu: ell: Update to 0.59.
* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps.
-rw-r--r--gnu/packages/linux.scm6
1 files 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