me
/
guix
Archived
1
0
Fork 0

gnu: libvdpau: Update to 1.5.

* gnu/packages/video.scm (libvdpau): Update to 1.5.
master
Marius Bakke 2022-07-01 22:16:08 +02:00
parent 6c83dd6f4e
commit cf2e29cc30
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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))