gnu: ell: Update to 0.57.
* gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
8874f2da2c
commit
8adbfdd699
|
@ -9389,7 +9389,7 @@ tools for managing PipeWire.")
|
||||||
(define-public ell
|
(define-public ell
|
||||||
(package
|
(package
|
||||||
(name "ell")
|
(name "ell")
|
||||||
(version "0.56")
|
(version "0.57")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9398,7 +9398,7 @@ tools for managing PipeWire.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
|
"1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests launch dbus-daemon instances that all try to bind to
|
;; Tests launch dbus-daemon instances that all try to bind to
|
||||||
|
|
Reference in New Issue