summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-27 11:47:11 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-27 12:06:36 +0200
commit0c75dc7d0f505d69e5f047281c0edb6baf9fe119 (patch)
tree32c7ca8f791a7cc52b6745fd82e25a61bd864ede /gnu
parentef43f74c2b45c1327f113072a9f9ecd6b54cdd2f (diff)
downloadguix-patches-0c75dc7d0f505d69e5f047281c0edb6baf9fe119.tar
guix-patches-0c75dc7d0f505d69e5f047281c0edb6baf9fe119.tar.gz
gnu: pipewire@0.3: Update to 0.3.7.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.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 cf5f02df26..8de6f7f793 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7121,7 +7121,7 @@ of Linux application development.")
(package
(inherit pipewire)
(name "pipewire")
- (version "0.3.6")
+ (version "0.3.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7130,7 +7130,7 @@ of Linux application development.")
(file-name (git-file-name name version))
(sha256
(base32
- "0g149vyaigf4gzm764fcgxxci9niw19z0af9afs4diwq5xzr1qd3"))))
+ "04l66p0wj553gp2zf3vwwh6jbr1vkf6wrq4za9zlm9dn144am4j2"))))
(arguments
'(#:configure-flags '("-Dsystemd=false")
#:phases