mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: v4l-utils: Update to 1.22.1.
* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
This commit is contained in:
parent
e954e708ed
commit
6c2412e9d1
1 changed files with 2 additions and 2 deletions
|
@ -3241,14 +3241,14 @@ (define-public mlt-6
|
|||
(define-public v4l-utils
|
||||
(package
|
||||
(name "v4l-utils")
|
||||
(version "1.20.0")
|
||||
(version "1.22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://linuxtv.org/downloads/v4l-utils"
|
||||
"/v4l-utils-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm"))))
|
||||
"0cafp64b7ylxhjnp47hxm59r0b0v5hc2gc23qh2s2k5463lgpik5"))))
|
||||
(build-system gnu-build-system)
|
||||
;; Separate graphical tools in order to save almost 1 GiB on the closure
|
||||
;; for the common case.
|
||||
|
|
Loading…
Reference in a new issue