diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-09 22:17:28 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-10 00:29:00 +0200 |
commit | 6c2412e9d1cd80658d6fe8ec9eea9ae535bce644 (patch) | |
tree | ffea772351ef68af219bcfd8d257acebe75e178b /gnu/packages/video.scm | |
parent | e954e708edb62d471fa82d8092a5f339f97e2b39 (diff) |
gnu: v4l-utils: Update to 1.22.1.
* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c681165f2e..754f9431d3 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3241,14 +3241,14 @@ tools, XML authoring components, and an extensible plug-in based API.") (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. |