GNU bug report logs - #71463
[PATCH] gnu: wireplumber: Update to 0.5.3.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <mail <at> antr.me>

Date: Mon, 10 Jun 2024 09:29:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Antero Mejr <mail <at> antr.me>
Subject: bug#71463: closed (Re: [bug#71463] [PATCH] gnu: wireplumber:
 Update to 0.5.3.)
Date: Mon, 17 Jun 2024 11:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71463: [PATCH] gnu: wireplumber: Update to 0.5.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71463 <at> debbugs.gnu.org.

-- 
71463: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71463
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Antero Mejr <mail <at> antr.me>
Cc: 71463-done <at> debbugs.gnu.org
Subject: Re: [bug#71463] [PATCH] gnu: wireplumber: Update to 0.5.3.
Date: Mon, 17 Jun 2024 19:25:32 +0800
Antero Mejr <mail <at> antr.me> writes:

> * gnu/packages/linux.scm (wireplumber): Update to 0.5.3.
>
> Change-Id: Iec7360648c2d0c2a2bd97b72d491485209fe0562
> ---
> Fixes https://issues.guix.gnu.org/71458

Pushed to master as commit f9ed5788fda9288301550c641820d422e9ad1602,
thank you!

[Message part 3 (message/rfc822, inline)]
From: Antero Mejr <mail <at> antr.me>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wireplumber: Update to 0.5.3.
Date: Mon, 10 Jun 2024 09:28:00 +0000
* gnu/packages/linux.scm (wireplumber): Update to 0.5.3.

Change-Id: Iec7360648c2d0c2a2bd97b72d491485209fe0562
---
Fixes https://issues.guix.gnu.org/71458

 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 a9b78a7986..810b826234 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9647,7 +9647,7 @@ (define-public pipewire
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.4.17")
+    (version "0.5.3")
     (source
      (origin
        (method git-fetch)
@@ -9657,7 +9657,7 @@ (define-public wireplumber
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00jzn0pxy2ws819yg4p8xxhngqai3labd1alaxb8zwzymr7m06my"))))
+        (base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"

base-commit: 9901416233867233192b63fde7f616751127b189
-- 
2.41.0




This bug report was last modified 1 year and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.