diff options
| author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2026-03-15 10:18:24 -0700 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:36:24 +0300 |
| commit | 7cdf8b3c5b16c800bfa849ed1c436df3ae045212 (patch) | |
| tree | 1a55dbb860857ca822e6849df150e733ffca1a79 /gnu | |
| parent | 55c1c939e25347f2352bd2758ca821174139a745 (diff) | |
gnu: pipewire: Update to 1.6.2.
* gnu/packages/linux.scm (pipewire): Update to 1.6.2.
Change-Id: Iae900a8f971ddcaced01033022154adda26ce38f
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5a2d3250e3e..1be72f39171 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11480,7 +11480,7 @@ found in custom keyboard firmware like QMK.") (define-public pipewire (package (name "pipewire") - (version "1.5.85") + (version "1.6.2") (source (origin (method git-fetch) (uri (git-reference @@ -11489,7 +11489,7 @@ found in custom keyboard firmware like QMK.") (file-name (git-file-name name version)) (sha256 (base32 - "1nd74wjy16bw8ng00acc26rakpqabcq1z64h23w97i18pb7z64xq")))) + "01jvq9ck8dhkbmw21jw0frgbgvzwfq1dxkvl3zynrj179kpm4v9w")))) (build-system meson-build-system) (arguments (list |
