mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libva: Update to 2.18.0.
* gnu/packages/video.scm (libva): Update to 2.18.0.
This commit is contained in:
parent
0be7838105
commit
0bb691d7d3
1 changed files with 2 additions and 2 deletions
|
@ -1501,14 +1501,14 @@ (define-public libplacebo
|
|||
(define-public libva
|
||||
(package
|
||||
(name "libva")
|
||||
(version "2.17.0")
|
||||
(version "2.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/intel/libva/releases/download/"
|
||||
version "/libva-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1b2f1hik4x3n4n8217sg1k602wqjba8x20r7nsdmmq05qckyprgk"))))
|
||||
(base32 "10j9rm6ajgp3fda7pwl058lchdip0wq20bvydil28ff2l3mpwmx3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list config pkg-config))
|
||||
|
|
Loading…
Reference in a new issue