diff mbox series

[bug#66321,1/2] gnu: ell: Update to 0.59.

Message ID 315f876ae8f6a90eb83fc535a6e918eb20ba5ed6.1696334879.git.hako@ultrarare.space
State New
Headers show
Series gnu: iwd: Update to 2.8. | expand

Commit Message

Hilton Chain Oct. 3, 2023, 12:29 p.m. UTC
* 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 mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a3f74cd253..7782bc1bb1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9417,7 +9417,7 @@  (define-public wireplumber
 (define-public ell
   (package
     (name "ell")
-    (version "0.57")
+    (version "0.59")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9426,7 +9426,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
@@ -9435,7 +9435,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