guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ell: Update to 0.54.


From: guix-commits
Subject: 04/05: gnu: ell: Update to 0.54.
Date: Sun, 20 Nov 2022 04:16:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 904decf7c0a4137dab9928f72d6c7ed94d1a1ad7
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Nov 19 22:55:09 2022 -0500

    gnu: ell: Update to 0.54.
    
    * gnu/packages/linux.scm (ell): Update to 0.54.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 260dce59b3..601162b465 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8866,7 +8866,7 @@ tools for managing PipeWire.")
 (define-public ell
   (package
     (name "ell")
-    (version "0.48")
+    (version "0.54")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8875,7 +8875,7 @@ tools for managing PipeWire.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
+                "1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to



reply via email to

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