summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2021-01-01 20:51:09 +0800
committer宋文武 <iyzsong@member.fsf.org>2021-01-01 20:55:11 +0800
commit947aed127a48ef41bab3bdbb4252eb2a56dafc10 (patch)
treee6ac2952c86aef9ed2dbf104d0c76de840eaebbf /gnu/packages/linux.scm
parent0d85401db5b7132a86a71405fbab8c5cac3bdead (diff)
downloadguix-patches-947aed127a48ef41bab3bdbb4252eb2a56dafc10.tar
guix-patches-947aed127a48ef41bab3bdbb4252eb2a56dafc10.tar.gz
gnu: pipewire: Update to 0.3.18.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.18.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 6b0e9f6c8f..a8bb9db172 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7300,7 +7300,7 @@ of Linux application development.")
(package
(inherit pipewire)
(name "pipewire")
- (version "0.3.13")
+ (version "0.3.18")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7309,7 +7309,7 @@ of Linux application development.")
(file-name (git-file-name name version))
(sha256
(base32
- "19j5kmb7iaivkq2agfzncfm2qms41ckqi0ddxvhpc91ihwprdc5w"))))
+ "1yghhgs18yqrnd0b2r75l5n8yng962r1wszbsi01v6i9zib3jc9g"))))
(arguments
'(#:configure-flags
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")