hako pushed a commit to branch master
in repository guix.

commit 34a37a0aefc146d41a0de67f620726d797237df7
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jan 11 14:22:30 2025 +0800

    gnu: ell: Update to 0.71.
    
    * gnu/packages/linux.scm (ell): Update to 0.71.
    
    Change-Id: I94608d8f8df2c8882f17939d953f0a26142ae433
---
 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 1d732f3613..0d42d93a97 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10150,7 +10150,7 @@ tools for managing PipeWire.")
 (define-public ell
   (package
     (name "ell")
-    (version "0.69")
+    (version "0.71")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10159,7 +10159,7 @@ tools for managing PipeWire.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06gsij5fsf3jgwjx1ijn9l5lyvd09007mfn8dygqnv6xk6g1bq8l"))))
+                "09s674lh2fafw7cpwldbi8cd89arbajgvhy9j5vgqg1kbn6xddwx"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to

Reply via email to