me
/
guix
Archived
1
0
Fork 0

gnu: pipewire: Update to 1.0.3.

* gnu/packages/linux.scm (pipewire): Update to 1.0.3.

Change-Id: I135d987bd33b4650f3fb38ca3f3a98238be106e8
Signed-off-by: Hilton Chain <hako@ultrarare.space>
master
Roman Scherer 2024-02-18 18:53:30 +01:00 committed by Hilton Chain
parent 2d861fd8f0
commit abb5ed83a8
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
1 changed files with 2 additions and 2 deletions

View File

@ -9421,7 +9421,7 @@ types and interfaces and translates so that the X server can use them.")
(define-public pipewire (define-public pipewire
(package (package
(name "pipewire") (name "pipewire")
(version "1.0.0") (version "1.0.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9430,7 +9430,7 @@ types and interfaces and translates so that the X server can use them.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0a8wvsnbgqanp2vjdpkaxpny0k17hz720rd20zdi00s9xjbcrycr")))) "10psfk260pqgi375d5q80yyzy2a1jabs3cgvrd0w18sdwi1knp21"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list