gnu: ell: Update to 0.59.

* gnu/packages/linux.scm (ell): Update to 0.59.
[native-inputs]: Add procps.
This commit is contained in:
Hilton Chain 2023-10-03 19:18:31 +08:00
parent ba72f8a8d5
commit 23d7a8b323
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -9448,7 +9448,7 @@ (define-public wireplumber
(define-public ell
(package
(name "ell")
(version "0.57")
(version "0.59")
(source (origin
(method git-fetch)
(uri (git-reference
@ -9457,7 +9457,7 @@ (define-public ell
(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 @@ (define-public ell
(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