diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-01 22:16:08 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-06 00:35:16 +0200 |
commit | cf2e29cc30053784a054c5373d94c0b38d6aec61 (patch) | |
tree | 2b3dbcbbb0b57797987820d4b38fcbc80221364e | |
parent | 6c83dd6f4eab2db6793a771fad83badb00598ff7 (diff) | |
download | guix-cf2e29cc30053784a054c5373d94c0b38d6aec61.tar.gz |
gnu: libvdpau: Update to 1.5.
* gnu/packages/video.scm (libvdpau): Update to 1.5.
-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 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)) |