unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: squishypinkelephant <squishypinkelephant@gmail.com>
To: 73720@debbugs.gnu.org
Cc: squishypinkelephant <squishypinkelephant@gmail.com>,
	Leo Famulari <leo@famulari.name>, Wilko Meyer <w@wmeyer.eu>
Subject: [bug#73720] [PATCH] update pipewire and wireplumber
Date: Wed,  9 Oct 2024 09:58:32 -0500	[thread overview]
Message-ID: <8cb39713fd5a2991114cb424cef320af849b6c16.1728485857.git.squishypinkelephant@gmail.com> (raw)

opposed to https://issues.guix.gnu.org/73372 it's probably better to update both at the same time...

Change-Id: I9fdb9714ed339e0623c9190fcd11b63b51aa28a8
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4695ec2eaf..25641834dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9867,7 +9867,7 @@ (define-public inputattach
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "1.0.3")
+    (version "1.2.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9876,7 +9876,7 @@ (define-public pipewire
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10psfk260pqgi375d5q80yyzy2a1jabs3cgvrd0w18sdwi1knp21"))))
+                "0mjr3sz0y9szqaws84c05qbdiaayagx1yvw836ynvkbr5c9dr33i"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -9932,7 +9932,7 @@ (define-public pipewire
 (define-public wireplumber
   (package
     (name "wireplumber")
-    (version "0.5.3")
+    (version "0.5.6")
     (source
      (origin
        (method git-fetch)
@@ -9942,7 +9942,7 @@ (define-public wireplumber
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jdfk02f7yc5lhy4r3k7m7dqr0711lvlc0fd1hjhmi4j7yn4i5kd"))))
+        (base32 "0wcw70dsnji81cn5x0c49hrkpbwb19bj0v2n1byjc80blnapn32h"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dsystemd=disabled"

base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0
-- 
2.46.0





             reply	other threads:[~2024-10-09 14:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-09 14:58 squishypinkelephant [this message]
2024-10-14  1:31 ` [bug#73720] [PATCH] update pipewire and wireplumber The Man

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8cb39713fd5a2991114cb424cef320af849b6c16.1728485857.git.squishypinkelephant@gmail.com \
    --to=squishypinkelephant@gmail.com \
    --cc=73720@debbugs.gnu.org \
    --cc=leo@famulari.name \
    --cc=w@wmeyer.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).