diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-12 22:40:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-13 00:32:21 +0200 |
commit | 79b9131234f84414a35605fac98a6f3862a9613e (patch) | |
tree | 34e152b5b5bb2ce31580bcbb88130cc322ff3e50 | |
parent | bd1c5fe46bf86363be7278a06490d95709423ad7 (diff) |
gnu: svt-av1: Update to 0.8.7.
* gnu/packages/video.scm (svt-av1): Update to 0.8.7.
-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 481ab46b6e..90ab8a893b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4752,7 +4752,7 @@ transcode or reformat the videos in any way, producing perfect backups.") (define-public svt-av1 (package (name "svt-av1") - (version "0.8.6") + (version "0.8.7") (source (origin (method git-fetch) @@ -4761,7 +4761,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 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw")))) + (base32 "1xlxb6kn6hqz9dxz0nd905m4i2mwjwq1330rbabwzmg4b66cdslg")))) (build-system cmake-build-system) ;; SVT-AV1 only supports 64-bit Intel-compatible CPUs. (supported-systems '("x86_64-linux")) |