guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ell: Update to 0.59.


From: guix-commits
Subject: 01/02: gnu: ell: Update to 0.59.
Date: Thu, 19 Oct 2023 01:44:43 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 23d7a8b3232752e083d448e73ad8d90c4231b035
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Oct 3 19:18:31 2023 +0800

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]