This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 83c6fa286a gnu: pipewire: Update to 1.2.7.
83c6fa286a is described below

commit 83c6fa286a976848206c4ed8bffa07ec0bb00e14
Author: John Kehayias <[email protected]>
AuthorDate: Fri Dec 20 00:13:46 2024 -0500

    gnu: pipewire: Update to 1.2.7.
    
    * gnu/packages/linux.scm (pipewire): Update to 1.2.7.
    
    Change-Id: I80b535fa492f53f6e0c21beeaffd8c30e6ba5d51
---
 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 53b10afe22..4ffa1573ed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10055,7 +10055,7 @@ types and interfaces and translates so that the X 
server can use them.")
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "1.2.5")
+    (version "1.2.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10064,7 +10064,7 @@ types and interfaces and translates so that the X 
server can use them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mjr3sz0y9szqaws84c05qbdiaayagx1yvw836ynvkbr5c9dr33i"))))
+                "17a18978100c0dj3w42ybqxjg46cgdmrvij7dlvbwsrq7sgvcpsd"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to