diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-12-20 00:13:46 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-12-20 00:13:46 -0500 |
commit | 83c6fa286a976848206c4ed8bffa07ec0bb00e14 (patch) | |
tree | 1b992c403dde9b4b344a2e8c7d77ac8889c6e07a | |
parent | 91f50366e5bc54951851e99f5600f9abb628b6ec (diff) | |
download | guix-83c6fa286a976848206c4ed8bffa07ec0bb00e14.tar.gz guix-83c6fa286a976848206c4ed8bffa07ec0bb00e14.zip |
gnu: pipewire: Update to 1.2.7.
* gnu/packages/linux.scm (pipewire): Update to 1.2.7.
Change-Id: I80b535fa492f53f6e0c21beeaffd8c30e6ba5d51
-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 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 |