[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: svt-av1: Update to 0.9.1.
From: |
guix-commits |
Subject: |
02/02: gnu: svt-av1: Update to 0.9.1. |
Date: |
Sun, 3 Apr 2022 23:10:04 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 32b713e016098ecc3d202133355ec04fed086d37
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 3 19:56:06 2022 -0400
gnu: svt-av1: Update to 0.9.1.
* gnu/packages/video.scm (svt-av1): Update to 0.9.1.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a7d1068bf..c7ab9447b8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5130,7 +5130,7 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "0.9.0")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -5139,7 +5139,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 "1mavggl6f7pk7xs22859vm19qp9csjvdcys3b6n2f4pljqkp4qcj"))))
+ (base32 "02fchq2vlxcxzbrss72xl9vrxzysdy39d5i159bmg3qa45ngd2iw"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports 64-bit Intel-compatible CPUs.
(supported-systems '("x86_64-linux"))