mbakke pushed a commit to branch core-updates
in repository guix.
commit cf2e29cc30053784a054c5373d94c0b38d6aec61
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Jul 1 22:16:08 2022 +0200
gnu: libvdpau: Update to 1.5.
* gnu/packages/video.scm (libvdpau): Update to 1.5.
---
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 e88c3071a3..97b6e01f35 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3468,7 +3468,7 @@ Wayland compositors.")
(define-public libvdpau
(package
(name "libvdpau")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method git-fetch)
@@ -3478,7 +3478,7 @@ Wayland compositors.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hc4mcrbr1yhfiy4zfd8wc2iiqbp90z6jswap0jia20vmyk5lqld"))))
+ "1zfbh5q9adzlydpgwq7hl5w1j2b29j7zns6dxf9fp9pvkj23fz5l"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))