summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-12-01 20:51:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-01 20:55:42 +0100
commit975ffa3d50f6d043ac263788a35d9b2cf38e2e34 (patch)
tree99ead7e22e324715f36367fdaad6dc2638c1e5dd /gnu/packages/video.scm
parent74e6b3a8594f3fa7e09b8a8c1bf742723cf4bffd (diff)
downloadguix-patches-975ffa3d50f6d043ac263788a35d9b2cf38e2e34.tar
guix-patches-975ffa3d50f6d043ac263788a35d9b2cf38e2e34.tar.gz
gnu: svt-av1: Update to 0.8.6.
* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
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 51c5b9d717..4a8ff1d40d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4572,7 +4572,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "0.8.5")
+ (version "0.8.6")
(source
(origin
(method git-fetch)
@@ -4581,7 +4581,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
+ (base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports Intel-compatible CPUs.
(supported-systems '("x86_64-linux" "i686-linux"))