guix-patches
[Top][All Lists]
Advanced

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

[bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69.


From: Sergey Trofimov
Subject: [bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69.
Date: Mon, 21 Oct 2024 20:12:51 +0200

* gnu/packages/linux.scm (ell): Update to 0.69.
---
 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 d7beef26f1..c7c058ac34 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10015,7 +10015,7 @@ (define-public wireplumber-minimal
 (define-public ell
   (package
     (name "ell")
-    (version "0.61")
+    (version "0.69")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10024,7 +10024,7 @@ (define-public ell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lkjf24ap40wk747z1iv8ds8z40alc5x8rzsgczjj1707x2ik6mj"))))
+                "06gsij5fsf3jgwjx1ijn9l5lyvd09007mfn8dygqnv6xk6g1bq8l"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to
-- 
2.46.0






reply via email to

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