guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: ell: Update to 0.57.


From: guix-commits
Subject: 02/08: gnu: ell: Update to 0.57.
Date: Fri, 28 Jul 2023 10:14:20 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 8adbfdd6996e2426bfa7fff615930d1debca7310
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jul 18 12:30:08 2023 +0800

    gnu: ell: Update to 0.57.
    
    * gnu/packages/linux.scm (ell): Update to 0.57.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 e41027d920..11e310800e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9389,7 +9389,7 @@ tools for managing PipeWire.")
 (define-public ell
   (package
     (name "ell")
-    (version "0.56")
+    (version "0.57")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9398,7 +9398,7 @@ tools for managing PipeWire.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
+                "1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
     (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]