mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: pipewire: Update to 0.3.13.
* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
This commit is contained in:
parent
0e25995a06
commit
e858959175
1 changed files with 2 additions and 2 deletions
|
@ -7200,7 +7200,7 @@ (define-public pipewire-0.3
|
|||
(package
|
||||
(inherit pipewire)
|
||||
(name "pipewire")
|
||||
(version "0.3.10")
|
||||
(version "0.3.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7209,7 +7209,7 @@ (define-public pipewire-0.3
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y293sfhhmzbgnlvs46bpiyimlii5nk71f8115qxs8sviwlsdr3w"))))
|
||||
"19j5kmb7iaivkq2agfzncfm2qms41ckqi0ddxvhpc91ihwprdc5w"))))
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
|
||||
|
|
Loading…
Reference in a new issue