[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pipewire: Update to 0.3.18.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pipewire: Update to 0.3.18. |
Date: |
Fri, 01 Jan 2021 08:08:13 -0500 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 947aed1 gnu: pipewire: Update to 0.3.18.
947aed1 is described below
commit 947aed127a48ef41bab3bdbb4252eb2a56dafc10
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Jan 1 20:51:09 2021 +0800
gnu: pipewire: Update to 0.3.18.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.18.
---
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 6b0e9f6..a8bb9db 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pipewire: Update to 0.3.18.,
guix-commits <=