diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 21:21:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 21:55:57 +0200 |
commit | 349f2a9db461b14b72c28c9eead9240eabc5a75d (patch) | |
tree | 72d4223165525d505f63946dada77df8bf61d1b4 /gnu | |
parent | 2cd765116c4abb7c52cddc8bba6b8dafaf5e8f47 (diff) | |
download | guix-349f2a9db461b14b72c28c9eead9240eabc5a75d.tar.gz guix-349f2a9db461b14b72c28c9eead9240eabc5a75d.zip |
gnu: svt-av1: Update to 0.8.4.
* gnu/packages/video.scm (svt-av1): Update to 0.8.4.
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 0667c6b65b..6c4afa4ba9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3917,7 +3917,7 @@ transcode or reformat the videos in any way, producing perfect backups.") (define-public svt-av1 (package (name "svt-av1") - (version "0.8.3") + (version "0.8.4") (source (origin (method git-fetch) (uri (git-reference @@ -3926,7 +3926,7 @@ transcode or reformat the videos in any way, producing perfect backups.") (file-name (git-file-name name version)) (sha256 (base32 - "1rh4sz1bmrsxyxfxajsffw5jd17djcrymhwsi877v02fgln027qr")))) + "0xad35q9sv5w0iihcf9q1f1m7br5anl3vsyx9svnx128iqf0n997")))) (build-system cmake-build-system) ;; SVT-AV1 only supports Intel-compatible CPUs. (supported-systems '("x86_64-linux" "i686-linux")) |