gnu: v4l-utils: Update to 1.12.5.
* gnu/packages/video.scm (v4l-utils): Update to 1.12.5.
This commit is contained in:
parent
cfa7473c2b
commit
f1d1ef71ea
|
@ -1592,14 +1592,14 @@ tools, XML authoring components, and an extensible plug-in based API.")
|
||||||
(define-public v4l-utils
|
(define-public v4l-utils
|
||||||
(package
|
(package
|
||||||
(name "v4l-utils")
|
(name "v4l-utils")
|
||||||
(version "1.12.3")
|
(version "1.12.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://linuxtv.org/downloads/v4l-utils"
|
(uri (string-append "https://linuxtv.org/downloads/v4l-utils"
|
||||||
"/v4l-utils-" version ".tar.bz2"))
|
"/v4l-utils-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vpl3jl0x441y7b5cn7zhdsyi954hp9h2p30jhnr1zkx1rpxsiss"))))
|
"03g2b4rivrilimcp57mwrlsa3qvrxmk4sza08mygwmqbvcnic606"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue