kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit df2f249a7cf2936b99a7042067fa9571e26e3549
Author: Kei Kebreau <[email protected]>
Date: Sat Nov 2 09:46:54 2019 -0400
gnu: pipewire: Update to 0.2.7.
* gnu/packages/linux.scm (pipewire): Update to 0.2.7.
---
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 4c6c626..43ec901 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6066,7 +6066,7 @@ types and interfaces and translates so that the X server
can use them.")
(define-public pipewire
(package
(name "pipewire")
- (version "0.2.6")
+ (version "0.2.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6075,7 +6075,7 @@ types and interfaces and translates so that the X server
can use them.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rv1cprga0zy696pjk6gbb29p7nrbkvyla9iviii0pigflgnz6yl"))))
+ "1q5wrqnhhs6r49p8yvkw1pl0cnsd4rndxy4h5lvdydwgf1civcwc"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dsystemd=false")))