[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: svt-av1: Update to 1.7.0.
From: |
guix-commits |
Subject: |
05/10: gnu: svt-av1: Update to 1.7.0. |
Date: |
Tue, 12 Sep 2023 03:42:14 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 3acd355455a74a6e08bdcecc72e314c27e7c56b3
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Sep 7 18:27:09 2023 +0800
gnu: svt-av1: Update to 1.7.0.
* gnu/packages/video.scm (svt-av1): Update to 1.7.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 153fe354d5..e8cee27382 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5255,7 +5255,7 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "1.3.0")
+ (version "1.7.0")
(source
(origin
(method git-fetch)
@@ -5264,7 +5264,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 "0blnla32yz665bx0xyx8lrjs2wqd2xhpbqwwpz72mq7zf341j8vv"))))
+ (base32 "1308g0nqxq65h76a7h91999cbglkwihgrpid64kdn0r9vh6399sq"))))
(build-system cmake-build-system)
(arguments
;; The test suite tries to download test data and git clone a 3rd-party
- branch master updated (daeeaa2216 -> e2a7c227de), guix-commits, 2023/09/12
- 02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 03/10: gnu: skalibs: Remove i586-gnu from %supported-systems., guix-commits, 2023/09/12
- 05/10: gnu: svt-av1: Update to 1.7.0.,
guix-commits <=
- 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 06/10: gnu: sqlite-next: Update to 3.42.0., guix-commits, 2023/09/12
- 08/10: gnu: python-cgatcore: Update to 0.6.15., guix-commits, 2023/09/12
- 04/10: gnu: nar-herder: Use guile-next., guix-commits, 2023/09/12
- 07/10: gnu: python-apsw: Update to 3.42.0.1., guix-commits, 2023/09/12
- 09/10: gnu: guile-png: Update to 0.7.1, guix-commits, 2023/09/12
- 10/10: gnu: xfce4-terminal: Update to 1.1.0., guix-commits, 2023/09/12