diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-17 21:51:30 +0900 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-27 11:09:19 -0400 |
commit | 3863f7d55cc32e0838fcd840793fa2622ba983f3 (patch) | |
tree | 55efd99a0c5564aaffd54e192dc53d926b70df45 | |
parent | ea34b73c21400017ba65f99bca23767827adeb11 (diff) |
gnu: libplacebo: Update to 7.351.0.
* gnu/packages/video.scm (libplacebo): Update to 7.351.0.
Change-Id: I96b5c43f9269e3ce61390118269dadfcca0f3103
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ceeeddc278..cf6691b162 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1524,7 +1524,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libplacebo (package (name "libplacebo") - (version "7.349.0") + (version "7.351.0") (source (origin (method git-fetch) @@ -1533,7 +1533,7 @@ libebml is a C++ library to read and write EBML files.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1q12yf04z570a2l3vkig2iqm7bgqr90hdxmn78sk2injrsyx124q")))) + (base32 "094mzr4cvvryxr7rpxqhvrs018r89m116cpkmmfy3d3sk8b09jki")))) (build-system meson-build-system) (arguments (list #:configure-flags |