guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libvpx: Update to 1.5.0.


From: Efraim Flashner
Subject: 03/05: gnu: libvpx: Update to 1.5.0.
Date: Mon, 25 Jan 2016 06:51:36 +0000

efraim pushed a commit to branch gstreamer-update
in repository guix.

commit cdb90b6225e516908a3ddf3ad068e28c6dcc4b2e
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 19 07:20:31 2016 +0200

    gnu: libvpx: Update to 1.5.0.
    
    * gnu/packages/video.scm (libvpx): Update to 1.5.0.
---
 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 7206bc5..00b641b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -768,7 +768,7 @@ projects while introducing many more.")
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.4.0")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://storage.googleapis.com/";
@@ -776,7 +776,7 @@ projects while introducing many more.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1r0ql5kgy0c8mh5w7iiqvsd7w5njl9f9cclc7m52ln8assrdk0pm"))))
+                "15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (alist-replace



reply via email to

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