diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-14 17:12:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-14 17:33:11 +0200 |
commit | 0fc1feec2e62fec703cc149fa52547f4e59236e0 (patch) | |
tree | 3080a3f23e0ea957946a016df9e8ce15d3e6da06 /gnu | |
parent | 9536367ca0102f3885b10e1decfb95a72a904dc6 (diff) | |
download | patches-0fc1feec2e62fec703cc149fa52547f4e59236e0.tar patches-0fc1feec2e62fec703cc149fa52547f4e59236e0.tar.gz |
gnu: x265: Update to 3.3.
* gnu/packages/video.scm (x265): Update to 3.3.
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 ba1fb66a48..c811120f8b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -602,7 +602,7 @@ available.") (define-public x265 (package (name "x265") - (version "3.2.1") + (version "3.3") (outputs '("out" "static")) (source (origin @@ -612,7 +612,7 @@ available.") (string-append "https://download.videolan.org/videolan/x265/" "x265_" version ".tar.gz"))) (sha256 - (base32 "1k5vijsy6cgcghw69f5275xfmbjjx7js0nlbgxbd6krnjb7sv6zv")) + (base32 "170b61cgpcs5n35qps0p40dqs1q81vkgagzbs4zv7pzls6718vpj")) (patches (search-patches "x265-arm-flags.patch")) (modules '((guix build utils))) (snippet '(begin |