summary refs log tree commit diff
diff options
context:
space:
mode:
authorThe Man <squishypinkelephant@gmail.com>2024-09-19 19:10:24 -0500
committerAndreas Enge <andreas@enge.fr>2024-10-22 10:23:56 +0200
commit51cc29def37767e0683eb197fc3d84c836298b99 (patch)
treef8935627839fac4686a337b7f4c00f1fce40f30e
parentebdbaf6b391848d8287a7985bb49ac419586e0a1 (diff)
downloadguix-51cc29def37767e0683eb197fc3d84c836298b99.tar.gz
gnu: pipewire: Update to 1.2.3.
* gnu/packages/linux.scm (pipewire): Update to 1.2.3.

Signed-off-by: Andreas Enge <andreas@enge.fr>
Change-Id: I2e22d93c4ecc07ff8238440bea6d79ca4aa8b47f
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 272d9bdd3f..fd00bd5299 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9941,7 +9941,7 @@ types and interfaces and translates so that the X server can use them.")
 (define-public pipewire
   (package
     (name "pipewire")
-    (version "1.0.3")
+    (version "1.2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9950,7 +9950,7 @@ types and interfaces and translates so that the X server can use them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10psfk260pqgi375d5q80yyzy2a1jabs3cgvrd0w18sdwi1knp21"))))
+                "0a7a1h0l2l6nknq60qa4gd1nvlz6aq1scdpfbm8njc4bzbafzmmi"))))
     (build-system meson-build-system)
     (arguments
      (list