summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-11-02 09:46:54 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:16 -0500
commite7d710afa9362252e0a734066cc7317cd1fa6eee (patch)
tree1bcc9173eac59850ec34debba6c67d816b33d43c /gnu
parenta865e9383a298fefea64478752b1738cfdaa453a (diff)
downloadpatches-e7d710afa9362252e0a734066cc7317cd1fa6eee.tar
patches-e7d710afa9362252e0a734066cc7317cd1fa6eee.tar.gz
gnu: pipewire: Update to 0.2.7.
* gnu/packages/linux.scm (pipewire): Update to 0.2.7.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9446d61558..1749bade85 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6090,7 +6090,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
@@ -6099,7 +6099,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")))