aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-22 00:16:38 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-22 16:22:22 +0200
commit3c08479ef966ae602ab50c72517c039c7cd6cc40 (patch)
treeecd54573076a4f3d257cfd400a746c888c96390e /gnu
parent6a489839a8852dc3428c53b0d35ead32e06dc1ac (diff)
downloadguix-3c08479ef966ae602ab50c72517c039c7cd6cc40.tar
guix-3c08479ef966ae602ab50c72517c039c7cd6cc40.tar.gz
gnu: x265: Update to 3.1.1.
* gnu/packages/video.scm (x265): Update to 3.1.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef6d9cce82..51af34ccab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -473,7 +473,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
(define-public x265
(package
(name "x265")
- (version "3.0")
+ (version "3.1.1")
(outputs '("out" "static"))
(source
(origin
@@ -482,7 +482,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
"x265_" version ".tar.gz"))
(sha256
(base32
- "0qh65wdpasrspkm1y0dlfa123myax568yi0sas0lmg5b1hkgrff5"))
+ "1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))
(patches (search-patches "x265-arm-flags.patch"))
(modules '((guix build utils)))
(snippet '(begin