mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ell: Update to 0.69.
* gnu/packages/linux.scm (ell): Update to 0.69. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
98d59a6040
commit
6d915231f2
1 changed files with 2 additions and 2 deletions
|
@ -10047,7 +10047,7 @@ (define-public wireplumber-minimal
|
|||
(define-public ell
|
||||
(package
|
||||
(name "ell")
|
||||
(version "0.61")
|
||||
(version "0.69")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10056,7 +10056,7 @@ (define-public ell
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lkjf24ap40wk747z1iv8ds8z40alc5x8rzsgczjj1707x2ik6mj"))))
|
||||
"06gsij5fsf3jgwjx1ijn9l5lyvd09007mfn8dygqnv6xk6g1bq8l"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests launch dbus-daemon instances that all try to bind to
|
||||
|
|
Loading…
Reference in a new issue