diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 22:42:31 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-25 16:16:10 +0200 |
commit | 9c71b3411d8d7da0437dbd83805899a747fd223b (patch) | |
tree | be063a3dbba73d5719a237fe105ea1e284935408 /gnu/packages | |
parent | 21d25ad5d258ceec07c763575cee600e3932ae32 (diff) | |
download | guix-9c71b3411d8d7da0437dbd83805899a747fd223b.tar.gz guix-9c71b3411d8d7da0437dbd83805899a747fd223b.zip |
gnu: libvdpau: Update to 1.4.
* gnu/packages/video.scm (libvdpau): Update to 1.4.
Diffstat (limited to 'gnu/packages')
-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 0dee73476e..54ba4f81a2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2509,7 +2509,7 @@ and JACK.") (define-public libvdpau (package (name "libvdpau") - (version "1.3") + (version "1.4") (source (origin (method git-fetch) @@ -2519,7 +2519,7 @@ and JACK.") (file-name (git-file-name name version)) (sha256 (base32 - "1fb1nh5apr9kzx9bm2lysjwpyva1s60b2l2p230nqgvb11q25hd2")))) + "1hc4mcrbr1yhfiy4zfd8wc2iiqbp90z6jswap0jia20vmyk5lqld")))) (build-system meson-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |