guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ell: Update to 0.61.


From: guix-commits
Subject: 02/05: gnu: ell: Update to 0.61.
Date: Sat, 13 Jan 2024 06:17:11 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit cb0807587a2243401f99caa23ae2ff8eca97b71a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jan 6 13:34:31 2024 +0800

    gnu: ell: Update to 0.61.
    
    * gnu/packages/linux.scm (ell): Update to 0.61.
    
    Change-Id: I221dc36bacfd9ebb1f4a6cafa30fdc8bb53ec7d6
---
 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 a96c817729..716f5907f0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9468,7 +9468,7 @@ tools for managing PipeWire.")
 (define-public ell
   (package
     (name "ell")
-    (version "0.59")
+    (version "0.61")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9477,7 +9477,7 @@ tools for managing PipeWire.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11xlkdvw7pyd9idq1zsnl946dry9aksnz29wbpzxqjc97xhhd5xq"))))
+                "1lkjf24ap40wk747z1iv8ds8z40alc5x8rzsgczjj1707x2ik6mj"))))
     (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]