unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 66321@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Hilton Chain <hako@ultrarare.space>,
	Leo Famulari <leo@famulari.name>,
	Tobias Geerinckx-Rice <me@tobias.gr>
Subject: [bug#66321] [PATCH 1/2] gnu: ell: Update to 0.59.
Date: Tue,  3 Oct 2023 20:29:22 +0800	[thread overview]
Message-ID: <315f876ae8f6a90eb83fc535a6e918eb20ba5ed6.1696334879.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1696334879.git.hako@ultrarare.space>

* 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 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
-- 
2.41.0





  reply	other threads:[~2023-10-03 12:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 12:08 [bug#66321] [PATCH 0/2] gnu: iwd: Update to 2.8 Hilton Chain via Guix-patches via
2023-10-03 12:29 ` Hilton Chain via Guix-patches via [this message]
2023-10-03 12:29 ` [bug#66321] [PATCH 2/2] " Hilton Chain via Guix-patches via
2023-10-05 14:47 ` [bug#66321] [PATCH 0/2] " Ludovic Courtès
2023-10-19  5:48   ` bug#66321: " Hilton Chain via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=315f876ae8f6a90eb83fc535a6e918eb20ba5ed6.1696334879.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=66321@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --cc=leo@famulari.name \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).