gnu: ell: Update to 0.46.

* gnu/packages/linux.scm (ell): Update to 0.46.
This commit is contained in:
Maxim Cournoyer 2022-01-03 23:06:42 -05:00
parent 4cecce6960
commit 423c3de0c8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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