mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wireplumber: Update to 0.5.6.
* gnu/packages/linux.scm (wireplumber): Update to 0.5.6. Signed-off-by: Andreas Enge <andreas@enge.fr> Change-Id: I60b3ad7fae3cad61bd146b48018a526a04ccc837
This commit is contained in:
parent
4eb75af5ae
commit
8d3a625370
1 changed files with 2 additions and 2 deletions
|
@ -10006,7 +10006,7 @@ of Linux application development.")
|
|||
(define-public wireplumber
|
||||
(package
|
||||
(name "wireplumber")
|
||||
(version "0.5.3")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10016,7 +10016,7 @@ of Linux application development.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd"))))
|
||||
(base32 "0wcw70dsnji81cn5x0c49hrkpbwb19bj0v2n1byjc80blnapn32h"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dsystemd=disabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue