diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-03 23:06:42 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:51:30 -0500 |
commit | 423c3de0c85b769331cbe627b0c9a84968388ea9 (patch) | |
tree | 3957b90d615c9a228d3a0ffb4728981d0e872c70 | |
parent | 4cecce696023186ac547e3cb36e21ce8a95e3e41 (diff) | |
download | guix-423c3de0c85b769331cbe627b0c9a84968388ea9.tar.gz |
gnu: ell: Update to 0.46.
* gnu/packages/linux.scm (ell): Update to 0.46.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 53d9450f31..2bf4115a89 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8292,7 +8292,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 @@ -8301,7 +8301,7 @@ tools for managing PipeWire.") (file-name (git-file-name name version)) (sha256 (base32 - "14scs8vqpcf2810gvabsplg9yzh9y4sz47407bjy6vd604z3w8ah")))) + "15hwqicmll23cbrj13h3wd4lgrby416ap7l6w0434jsza4s4yv82")))) (build-system gnu-build-system) (arguments `(#:phases |