[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: pipewire: Update to 0.3.13.
From: |
guix-commits |
Subject: |
01/02: gnu: pipewire: Update to 0.3.13. |
Date: |
Tue, 6 Oct 2020 09:14:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e85895917505c78fc76b3396a2044ff53d16a201
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 15:10:37 2020 +0200
gnu: pipewire: Update to 0.3.13.
* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 574cffa..5486a10 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")