me
/
guix
Archived
1
0
Fork 0

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>
master
Andy Tai 2023-09-07 18:27:09 +08:00 committed by Christopher Baines
parent 93cb2880d6
commit 3acd355455
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -5255,7 +5255,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(define-public svt-av1 (define-public svt-av1
(package (package
(name "svt-av1") (name "svt-av1")
(version "1.3.0") (version "1.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5264,7 +5264,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0blnla32yz665bx0xyx8lrjs2wqd2xhpbqwwpz72mq7zf341j8vv")))) (base32 "1308g0nqxq65h76a7h91999cbglkwihgrpid64kdn0r9vh6399sq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
;; The test suite tries to download test data and git clone a 3rd-party ;; The test suite tries to download test data and git clone a 3rd-party