guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libx264: Update to 20170316-2245.


From: Marius Bakke
Subject: 03/04: gnu: libx264: Update to 20170316-2245.
Date: Fri, 17 Mar 2017 15:41:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 715dd13d8e11bcab03348e63fd80b6207565a1b6
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 17 20:28:36 2017 +0100

    gnu: libx264: Update to 20170316-2245.
    
    * gnu/packages/video.scm (libx264): Update to 20170316-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 9142dd9..b7e0922 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 "20170224-2245")
+    (version "20170316-2245")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.videolan.org/pub/x264/snapshots/";
                                   "x264-snapshot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0paw8vzsy2qh5jf6xg2i1risjwyvmxgfnivly4gh0bib62cp4vib"))))
+                "1s1nnvl3axz38sv4g09skijl6k9mbbngbb1nsh26w4dr2w2gyzad"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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