[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: intel-vaapi-driver: Update to 2.4.0.
From: |
guix-commits |
Subject: |
02/05: gnu: intel-vaapi-driver: Update to 2.4.0. |
Date: |
Thu, 16 Jan 2020 21:58:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 02d6e27e15d66ef557b90479a7920aabd15e42bf
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Jan 16 17:06:00 2020 +0100
gnu: intel-vaapi-driver: Update to 2.4.0.
* gnu/packages/video.scm (intel-vaapi-driver): Update to 2.4.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a17279..5629d58 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2803,7 +2803,7 @@ of modern, widely supported codecs.")
(define-public intel-vaapi-driver
(package
(name "intel-vaapi-driver")
- (version "2.3.0")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
@@ -2811,7 +2811,7 @@ of modern, widely supported codecs.")
"releases/download/" version "/intel-vaapi-driver-"
version ".tar.bz2"))
(sha256
- (base32 "1qyzxh3p8cw4fv8bz9zd4kc8hajlaps7xryzh6pad814n3m5sbjw"))))
+ (base32 "12fhydgwpvyh97gxqlgv77wsf9yax321h46vi49j4sxghpcxvqki"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))