guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: v4l-utils: Update to 1.10.0.


From: Efraim Flashner
Subject: 01/02: gnu: v4l-utils: Update to 1.10.0.
Date: Mon, 9 May 2016 04:07:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 1d4ac724b8d9fd603b1cf5f430da92a8b6d542f6
Author: Efraim Flashner <address@hidden>
Date:   Mon May 9 02:10:32 2016 +0300

    gnu: v4l-utils: Update to 1.10.0.
    
    * gnu/packages/video.scm (v4l-utils): Update to 1.10.0.
    [source]: Use https.
---
 gnu/packages/video.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9f9855c..acefb91 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1316,14 +1316,14 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
 (define-public v4l-utils
   (package
     (name "v4l-utils")
-    (version "1.8.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://linuxtv.org/downloads/v4l-utils";
+              (uri (string-append "https://linuxtv.org/downloads/v4l-utils";
                                   "/v4l-utils-" version ".tar.bz2"))
               (sha256
                (base32
-                "0cqv8drw0z0kfmz4f50a8kzbrz6vbj6j6q78030hgshr7yq1jqig"))))
+                "0srkwh3r6f0bkb4kp0d7i0mlmp8babs3qc22cdy1sw4awmzd5skq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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