summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-01 17:04:30 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-01 17:14:29 +0100
commit9a3be6fc42b19f2e8291a66638cb003557fb11c4 (patch)
treef4432259be40a0f2b660865dbfd55b2c602fcd05 /gnu/packages/video.scm
parente8156383c6c1e8105ebe378fc625311782f3ea0f (diff)
downloadpatches-9a3be6fc42b19f2e8291a66638cb003557fb11c4.tar
patches-9a3be6fc42b19f2e8291a66638cb003557fb11c4.tar.gz
gnu: x265: Update to 3.2.1.
* gnu/packages/video.scm (x265): Update to 3.2.1.
Diffstat (limited to 'gnu/packages/video.scm')
-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 2f4ea35a78..7e62ab69ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -508,7 +508,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public x265
(package
(name "x265")
- (version "3.2")
+ (version "3.2.1")
(outputs '("out" "static"))
(source
(origin
@@ -518,7 +518,7 @@ H.264 (MPEG-4 AVC) video streams.")
(string-append "https://download.videolan.org/videolan/x265/"
"x265_" version ".tar.gz")))
(sha256
- (base32 "0fqkhfhr22gzavxn60cpnj3agwdf5afivszxf3haj5k1sny7jk9n"))
+ (base32 "1k5vijsy6cgcghw69f5275xfmbjjx7js0nlbgxbd6krnjb7sv6zv"))
(patches (search-patches "x265-arm-flags.patch"))
(modules '((guix build utils)))
(snippet '(begin