me
/
guix
Archived
1
0
Fork 0

gnu: vdpauinfo: Update to 1.4.

* gnu/packages/video.scm (vdpauinfo): Update to 1.4.
master
Tobias Geerinckx-Rice 2020-11-29 14:40:11 +01:00
parent f637483afc
commit c1d6814b22
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3133,16 +3133,16 @@ present in modern GPUs.")
(define-public vdpauinfo
(package
(name "vdpauinfo")
(version "1.0")
(version "1.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/vdpau/vdpauinfo")
(commit (string-append "vdpauinfo-" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0j495axk56dmdzw32dn6qdb1lhd2nff77cpwdia7liwz7p1jli0g"))))
(base32 "0s84bavxr39w0r7zfaac7kpbfsg88hgymqyzcr0yvbj1yry3liz2"))))
(build-system gnu-build-system)
(arguments
`(#:phases