guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: v4l-utils: Update to 1.10.1.


From: Efraim Flashner
Subject: 03/18: gnu: v4l-utils: Update to 1.10.1.
Date: Thu, 16 Jun 2016 15:07:46 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 9a5c0320f0158e2233a88701582f493f4d89f47b
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 16 06:37:18 2016 +0300

    gnu: v4l-utils: Update to 1.10.1.
    
    * gnu/packages/video.scm (v4l-utils): Update to 1.10.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 d0a9785..451fdfc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1328,14 +1328,14 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
 (define-public v4l-utils
   (package
     (name "v4l-utils")
-    (version "1.10.0")
+    (version "1.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://linuxtv.org/downloads/v4l-utils";
                                   "/v4l-utils-" version ".tar.bz2"))
               (sha256
                (base32
-                "0srkwh3r6f0bkb4kp0d7i0mlmp8babs3qc22cdy1sw4awmzd5skq"))))
+                "1h1nhg5cmmzlbipak526nk4bm6d0yb217mll75f3rpg7kz1cqiv1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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