summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-22 03:07:00 -0500
committerLeo Famulari <leo@famulari.name>2022-01-22 03:07:32 -0500
commit5798df20fcbb4100bc37e3f1d09012e0317dcada (patch)
treee2727572616c5418fbc47f80e64c3cef15dd7d06 /gnu
parente9c30fed52a65ff709ee0a415f8647be16ca224f (diff)
downloadguix-5798df20fcbb4100bc37e3f1d09012e0317dcada.tar.gz
gnu: svt-av1: Update to 0.9.0.
* gnu/packages/video.scm (svt-av1): Update to 0.9.0.
Diffstat (limited to 'gnu')
-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 461ccbb950..b928bd89f8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5075,7 +5075,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
 (define-public svt-av1
   (package
     (name "svt-av1")
-    (version "0.8.7")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -5084,7 +5084,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 "1xlxb6kn6hqz9dxz0nd905m4i2mwjwq1330rbabwzmg4b66cdslg"))))
+        (base32 "1mavggl6f7pk7xs22859vm19qp9csjvdcys3b6n2f4pljqkp4qcj"))))
     (build-system cmake-build-system)
     ;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
     (supported-systems '("x86_64-linux"))