guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libx264: Update to 20170224-2245.


From: Marius Bakke
Subject: 06/07: gnu: libx264: Update to 20170224-2245.
Date: Sat, 25 Feb 2017 07:10:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 61feaf3b5fce02190399795bbfef520e5018f3fc
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 25 13:02:23 2017 +0100

    gnu: libx264: Update to 20170224-2245.
    
    * gnu/packages/video.scm (libx264): Update to 20170224-2245.
---
 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 16dc92c..6494b2d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -215,14 +215,14 @@ television and DVD.  It is also known as AC-3.")
 (define-public libx264
   (package
     (name "libx264")
-    (version "20161205-2245")
+    (version "20170224-2245")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.videolan.org/pub/x264/snapshots/";
                                   "x264-snapshot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0jjzdwag59kqlk09bb2pykm1ss8bw3p9q7bsks2kjgdwbj121a44"))))
+                "0paw8vzsy2qh5jf6xg2i1risjwyvmxgfnivly4gh0bib62cp4vib"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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