mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: pipewire: Update to 1.2.5.
* gnu/packages/linux.scm (pipewire): Update to 1.2.5. Change-Id: I6d671eec2c7e24aa4979abd36f4fa770024f4379 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
51cc29def3
commit
4eb75af5ae
1 changed files with 2 additions and 2 deletions
|
|
@ -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.2.3")
|
||||
(version "1.2.5")
|
||||
(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
|
||||
"0a7a1h0l2l6nknq60qa4gd1nvlz6aq1scdpfbm8njc4bzbafzmmi"))))
|
||||
"0mjr3sz0y9szqaws84c05qbdiaayagx1yvw836ynvkbr5c9dr33i"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue