[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/16: gnu: v4l-utils: Update to 1.22.1.
From: |
guix-commits |
Subject: |
09/16: gnu: v4l-utils: Update to 1.22.1. |
Date: |
Tue, 9 Aug 2022 18:29:48 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6c2412e9d1cd80658d6fe8ec9eea9ae535bce644
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 9 22:17:28 2022 +0200
gnu: v4l-utils: Update to 1.22.1.
* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
---
gnu/packages/video.scm | 4 ++--
1 file 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.
- 03/16: gnu: liburing: Update to 2.2., (continued)
- 03/16: gnu: liburing: Update to 2.2., guix-commits, 2022/08/09
- 07/16: gnu: box2d: Unbundle doctest., guix-commits, 2022/08/09
- 16/16: gnu: freeimage: Remove input labels., guix-commits, 2022/08/09
- 10/16: gnu: v4l-utils: Remove input labels., guix-commits, 2022/08/09
- 12/16: gnu: spdlog: Prevent test failure on busy machines., guix-commits, 2022/08/09
- 01/16: gnu: cereal: Update to 1.3.2., guix-commits, 2022/08/09
- 04/16: gnu: libbpf: Update to 0.8.1., guix-commits, 2022/08/09
- 05/16: gnu: bcc: Update to 0.24.0., guix-commits, 2022/08/09
- 06/16: gnu: bpftrace: Update to 0.15.0., guix-commits, 2022/08/09
- 08/16: gnu: ungoogled-chromium: Install crashpad handler., guix-commits, 2022/08/09
- 09/16: gnu: v4l-utils: Update to 1.22.1.,
guix-commits <=
- 11/16: gnu: python-tlsh: Update to 4.11.2., guix-commits, 2022/08/09
- 13/16: gnu: multipath-tools: Remove input labels., guix-commits, 2022/08/09
- 14/16: gnu: multipath-tools: Update to 0.9.0., guix-commits, 2022/08/09
- 15/16: gnu: freeimage: Update home page., guix-commits, 2022/08/09