diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 15:10:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 15:14:13 +0200 |
commit | e85895917505c78fc76b3396a2044ff53d16a201 (patch) | |
tree | 6979a0bcaad930d5bcfdf92ba41190cf3c4d5cb3 | |
parent | 0e25995a06b85fd0dcd99befb3c98822a93afabc (diff) | |
download | guix-e85895917505c78fc76b3396a2044ff53d16a201.tar guix-e85895917505c78fc76b3396a2044ff53d16a201.tar.gz |
gnu: pipewire: Update to 0.3.13.
* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 574cffaf9d..5486a1031c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7200,7 +7200,7 @@ of Linux application development.") (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 @@ of Linux application development.") (file-name (git-file-name name version)) (sha256 (base32 - "1y293sfhhmzbgnlvs46bpiyimlii5nk71f8115qxs8sviwlsdr3w")))) + "19j5kmb7iaivkq2agfzncfm2qms41ckqi0ddxvhpc91ihwprdc5w")))) (arguments '(#:configure-flags (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") |