guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: ell: Update to 0.56.


From: guix-commits
Subject: 09/12: gnu: ell: Update to 0.56.
Date: Sat, 11 Feb 2023 15:35:06 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit d455a18fab68b6a7a26c742c2fab55c803d02738
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Feb 6 22:38:02 2023 -0500

    gnu: ell: Update to 0.56.
    
    * gnu/packages/linux.scm (ell): Update to 0.56.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 639ae5b558..4130cdb4ed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9151,7 +9151,7 @@ tools for managing PipeWire.")
 (define-public ell
   (package
     (name "ell")
-    (version "0.54")
+    (version "0.56")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9160,7 +9160,7 @@ tools for managing PipeWire.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
+                "084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
     (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]