mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: wireplumber: Update to 0.4.13.
* gnu/packages/linux.scm (wireplumber): Update to 0.4.13. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
619cb50199
commit
6d3a0b2f65
1 changed files with 2 additions and 2 deletions
|
@ -9138,7 +9138,7 @@ (define-public pipewire
|
|||
(define-public wireplumber
|
||||
(package
|
||||
(name "wireplumber")
|
||||
(version "0.4.11")
|
||||
(version "0.4.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9148,7 +9148,7 @@ (define-public wireplumber
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09pg5cki1xn9bwn3bcjdc54z7b4iqkk1dhn560qyjcglq8xg7nnw"))))
|
||||
(base32 "07psjb7rxsigwnwnzmw2y767vhyyha7cn8i8dgq80rzhwgl0sgv7"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dsystemd=disabled"
|
||||
|
|
Loading…
Reference in a new issue