[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56.
From: |
kiasoc5 |
Subject: |
[bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56. |
Date: |
Mon, 6 Feb 2023 22:38:02 -0500 |
* gnu/packages/linux.scm (ell): Update to 0.56.
---
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 54e3da8be2..a8a24c06f9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9151,7 +9151,7 @@ (define-public wireplumber
(define-public ell
(package
(name "ell")
- (version "0.54")
+ (version "0.56")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9160,7 +9160,7 @@ (define-public ell
(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
--
2.39.1