mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ell: Update to 0.71.
* gnu/packages/linux.scm (ell): Update to 0.71. Change-Id: I94608d8f8df2c8882f17939d953f0a26142ae433
This commit is contained in:
parent
d0d81d46d0
commit
34a37a0aef
1 changed files with 2 additions and 2 deletions
|
@ -10150,7 +10150,7 @@ tools for managing PipeWire.")
|
|||
(define-public ell
|
||||
(package
|
||||
(name "ell")
|
||||
(version "0.69")
|
||||
(version "0.71")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10159,7 +10159,7 @@ tools for managing PipeWire.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06gsij5fsf3jgwjx1ijn9l5lyvd09007mfn8dygqnv6xk6g1bq8l"))))
|
||||
"09s674lh2fafw7cpwldbi8cd89arbajgvhy9j5vgqg1kbn6xddwx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests launch dbus-daemon instances that all try to bind to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue