mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: ell: Update to 0.57.
* gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
8874f2da2c
commit
8adbfdd699
1 changed files with 2 additions and 2 deletions
|
@ -9389,7 +9389,7 @@ (define-public wireplumber
|
|||
(define-public ell
|
||||
(package
|
||||
(name "ell")
|
||||
(version "0.56")
|
||||
(version "0.57")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -9398,7 +9398,7 @@ (define-public ell
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
|
||||
"1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests launch dbus-daemon instances that all try to bind to
|
||||
|
|
Loading…
Reference in a new issue