guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: v4l-utils: Update to 1.20.0.


From: guix-commits
Subject: branch master updated: gnu: v4l-utils: Update to 1.20.0.
Date: Tue, 29 Dec 2020 02:33:19 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c702f5d  gnu: v4l-utils: Update to 1.20.0.
c702f5d is described below

commit c702f5dd70e029cacb6e507d9867839fd83f78d2
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 18:16:54 2020 +0100

    gnu: v4l-utils: Update to 1.20.0.
    
    * gnu/packages/video.scm (v4l-utils): Update to 1.20.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 d2330aa..c369e9e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3015,14 +3015,14 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
 (define-public v4l-utils
   (package
     (name "v4l-utils")
-    (version "1.16.6")
+    (version "1.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://linuxtv.org/downloads/v4l-utils";
                                   "/v4l-utils-" version ".tar.bz2"))
               (sha256
                (base32
-                "1bkqlrizx0j2rd6ybam2x17bjrpwzl4v4szmnzm3cmixis3w3npr"))))
+                "1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm"))))
     (build-system gnu-build-system)
     ;; Separate graphical tools in order to save almost 1 GiB on the closure
     ;; for the common case.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]