diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | 99d614cf6afb24f268e2e6fa6c9c65f117678d32 (patch) | |
tree | 6d7c2d9d1dc4bf19525a03421cbeb73baf87b137 | |
parent | 227ada19779590d58057d371e71a623ef28ef073 (diff) | |
download | guix-99d614cf6afb24f268e2e6fa6c9c65f117678d32.tar.gz guix-99d614cf6afb24f268e2e6fa6c9c65f117678d32.zip |
gnu: libplacebo: Update to 6.338.2.
* gnu/packages/video.scm (libplacebo): Update to 6.338.2.
Change-Id: I89a4c9ae22e871ac4b2b4a29b9d65ed76a76e2e7
-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 7d22d2f8f7..2af49370b0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1550,7 +1550,7 @@ libebml is a C++ library to read and write EBML files.") (define-public libplacebo (package (name "libplacebo") - (version "6.338.1") + (version "6.338.2") (source (origin (method git-fetch) @@ -1559,7 +1559,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 "1miqk3gfwah01xkf4a6grwq29im0lfh94gp92y7js855gx3v169m")))) + (base32 "0d8pvv88bw21myf3pvnls2cv6bvdzsv76n5iy5hy3c3gf4mb4kl0")))) (build-system meson-build-system) (arguments (list #:configure-flags |