gnu: libplacebo: Update to 7.351.0.

* gnu/packages/video.scm (libplacebo): Update to 7.351.0.

Change-Id: I96b5c43f9269e3ce61390118269dadfcca0f3103
This commit is contained in:
Maxim Cournoyer 2025-07-17 21:51:30 +09:00
parent c17cd7d964
commit 2fc5e81bb7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1528,7 +1528,7 @@ libebml is a C++ library to read and write EBML files.")
(define-public libplacebo (define-public libplacebo
(package (package
(name "libplacebo") (name "libplacebo")
(version "7.349.0") (version "7.351.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1537,7 +1537,7 @@ libebml is a C++ library to read and write EBML files.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1q12yf04z570a2l3vkig2iqm7bgqr90hdxmn78sk2injrsyx124q")))) (base32 "094mzr4cvvryxr7rpxqhvrs018r89m116cpkmmfy3d3sk8b09jki"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags