[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: pipewire: Update to 1.0.3.
From: |
guix-commits |
Subject: |
03/09: gnu: pipewire: Update to 1.0.3. |
Date: |
Fri, 1 Mar 2024 01:19:17 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit abb5ed83a87109e8be3b47cc5f62294bb0f5823e
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Sun Feb 18 18:53:30 2024 +0100
gnu: pipewire: Update to 1.0.3.
* gnu/packages/linux.scm (pipewire): Update to 1.0.3.
Change-Id: I135d987bd33b4650f3fb38ca3f3a98238be106e8
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
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 67c8c67685..9660273efe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9421,7 +9421,7 @@ types and interfaces and translates so that the X server
can use them.")
(define-public pipewire
(package
(name "pipewire")
- (version "1.0.0")
+ (version "1.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9430,7 +9430,7 @@ types and interfaces and translates so that the X server
can use them.")
(file-name (git-file-name name version))
(sha256
(base32
- "0a8wvsnbgqanp2vjdpkaxpny0k17hz720rd20zdi00s9xjbcrycr"))))
+ "10psfk260pqgi375d5q80yyzy2a1jabs3cgvrd0w18sdwi1knp21"))))
(build-system meson-build-system)
(arguments
(list
- branch master updated (956f44b931 -> 9a47afb3de), guix-commits, 2024/03/01
- 04/09: gnu: reproc: Enable reproc++., guix-commits, 2024/03/01
- 01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH., guix-commits, 2024/03/01
- 06/09: gnu: gmid: Update to 2.0.1., guix-commits, 2024/03/01
- 08/09: gnu: go-github-com-signintech-gopdf: Update to 0.22.1., guix-commits, 2024/03/01
- 09/09: gnu: go-github-com-signintech-gopdf: Remove examples., guix-commits, 2024/03/01
- 02/09: gnu: b4: Update to 0.13.0., guix-commits, 2024/03/01
- 03/09: gnu: pipewire: Update to 1.0.3.,
guix-commits <=
- 05/09: gnu: reproc: Improve package style., guix-commits, 2024/03/01
- 07/09: gnu: cage: Fix cross-compilation., guix-commits, 2024/03/01