apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 56abfc76f481cc9e24ec35196955644ff770b8a9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Jan 3 23:06:42 2022 -0500
gnu: ell: Update to 0.46.
* gnu/packages/linux.scm (ell): Update to 0.46.
---
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 cb56a67f87..fcc7cb0fbe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8291,7 +8291,7 @@ tools for managing PipeWire.")
(define-public ell
(package
(name "ell")
- (version "0.41")
+ (version "0.46")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8300,7 +8300,7 @@ tools for managing PipeWire.")
(file-name (git-file-name name version))
(sha256
(base32
- "14scs8vqpcf2810gvabsplg9yzh9y4sz47407bjy6vd604z3w8ah"))))
+ "15hwqicmll23cbrj13h3wd4lgrby416ap7l6w0434jsza4s4yv82"))))
(build-system gnu-build-system)
(arguments
`(#:phases