mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libplacebo: Update to 7.349.0.
* gnu/packages/video.scm (libplacebo): Update to 7.349.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Iacbde8cbd6e2008655f70fc009290cddb942f548
This commit is contained in:
parent
54ec97bfda
commit
bfb70cbe49
1 changed files with 2 additions and 2 deletions
|
@ -1546,7 +1546,7 @@ (define-public libmatroska
|
|||
(define-public libplacebo
|
||||
(package
|
||||
(name "libplacebo")
|
||||
(version "6.338.2")
|
||||
(version "7.349.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1555,7 +1555,7 @@ (define-public libplacebo
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d8pvv88bw21myf3pvnls2cv6bvdzsv76n5iy5hy3c3gf4mb4kl0"))))
|
||||
(base32 "1q12yf04z570a2l3vkig2iqm7bgqr90hdxmn78sk2injrsyx124q"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue