mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: pipewire-0.3: Update to 0.3.41.
* gnu/packages/linux.scm (pipewire-0.3): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
10660cf5a4
commit
869729ddf5
1 changed files with 2 additions and 2 deletions
|
@ -8111,7 +8111,7 @@ (define-public pipewire-0.3
|
||||||
(package
|
(package
|
||||||
(inherit pipewire)
|
(inherit pipewire)
|
||||||
(name "pipewire")
|
(name "pipewire")
|
||||||
(version "0.3.40")
|
(version "0.3.41")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8120,7 +8120,7 @@ (define-public pipewire-0.3
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6gni23l5w3ghwqnfs712kjj6l1825f0ib8a6r2xc1ymr0sx3kr"))))
|
"05ksl2nbn00gvdmnmffa8q8r3z29ip75554d36xchsrhqq4sxdcm"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
|
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
|
||||||
|
|
Loading…
Reference in a new issue