mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ell: Update to 0.56.
* gnu/packages/linux.scm (ell): Update to 0.56. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
940033b685
commit
d455a18fab
1 changed files with 2 additions and 2 deletions
|
@ -9151,7 +9151,7 @@ (define-public wireplumber
|
||||||
(define-public ell
|
(define-public ell
|
||||||
(package
|
(package
|
||||||
(name "ell")
|
(name "ell")
|
||||||
(version "0.54")
|
(version "0.56")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9160,7 +9160,7 @@ (define-public ell
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
|
"084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue