gnu: pipewire: Update to 0.3.13.

* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 15:10:37 +02:00
parent 0e25995a06
commit e858959175
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7200,7 +7200,7 @@ (define-public pipewire-0.3
(package (package
(inherit pipewire) (inherit pipewire)
(name "pipewire") (name "pipewire")
(version "0.3.10") (version "0.3.13")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -7209,7 +7209,7 @@ (define-public pipewire-0.3
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y293sfhhmzbgnlvs46bpiyimlii5nk71f8115qxs8sviwlsdr3w")))) "19j5kmb7iaivkq2agfzncfm2qms41ckqi0ddxvhpc91ihwprdc5w"))))
(arguments (arguments
'(#:configure-flags '(#:configure-flags
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")