mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: vdpauinfo: Update to 1.4.
* gnu/packages/video.scm (vdpauinfo): Update to 1.4.
This commit is contained in:
parent
f637483afc
commit
c1d6814b22
1 changed files with 3 additions and 3 deletions
|
@ -3133,16 +3133,16 @@ (define-public libvdpau
|
||||||
(define-public vdpauinfo
|
(define-public vdpauinfo
|
||||||
(package
|
(package
|
||||||
(name "vdpauinfo")
|
(name "vdpauinfo")
|
||||||
(version "1.0")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.freedesktop.org/vdpau/vdpauinfo")
|
(url "https://gitlab.freedesktop.org/vdpau/vdpauinfo")
|
||||||
(commit (string-append "vdpauinfo-" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j495axk56dmdzw32dn6qdb1lhd2nff77cpwdia7liwz7p1jli0g"))))
|
(base32 "0s84bavxr39w0r7zfaac7kpbfsg88hgymqyzcr0yvbj1yry3liz2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue