diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-02-20 23:34:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-02-21 19:29:32 +0200 |
commit | a33727db1bf0eaf4a0024da45610bd8e3e727a8e (patch) | |
tree | cc1d7abc15e62bb06f77f3a6ae657fdf98e8dd83 /gnu | |
parent | a89e0cf581adfd4a9398be01e3853bdbb8a6686e (diff) | |
download | guix-a33727db1bf0eaf4a0024da45610bd8e3e727a8e.tar.gz guix-a33727db1bf0eaf4a0024da45610bd8e3e727a8e.zip |
gnu: libx264: Update to 20180219-2245.
* gnu/packages/video.scm (libx264): Update to 20180219-2245.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 1f6a5ea339..ccfb370563 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -245,14 +245,14 @@ television and DVD. It is also known as AC-3.") (define-public libx264 (package (name "libx264") - (version "20170316-2245") + (version "20180219-2245") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/pub/x264/snapshots/" "x264-snapshot-" version ".tar.bz2")) (sha256 (base32 - "1s1nnvl3axz38sv4g09skijl6k9mbbngbb1nsh26w4dr2w2gyzad")))) + "166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |