mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libva: Update to 2.22.0.
* gnu/packages/video.scm (libva): Update to 2.22.0. Change-Id: I7eb1b63d0dd7dc576476e8c06ff6d3f016d9c905
This commit is contained in:
parent
e11df98795
commit
e02075f37d
1 changed files with 2 additions and 2 deletions
|
@ -1583,14 +1583,14 @@ (define-public libplacebo
|
||||||
(define-public libva
|
(define-public libva
|
||||||
(package
|
(package
|
||||||
(name "libva")
|
(name "libva")
|
||||||
(version "2.19.0")
|
(version "2.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/intel/libva/releases/download/"
|
(uri (string-append "https://github.com/intel/libva/releases/download/"
|
||||||
version "/libva-" version ".tar.bz2"))
|
version "/libva-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x113spshsjcqh4pk8rkqq4r8vxf1nm83ym6ppp7zpsrsncfffwn"))))
|
(base32 "1f7dwwyndigv032dny23wqp1myz7v3rv734zynrm53accm825np3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list config pkg-config))
|
(list config pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue