[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: svt-av1: Update to 0.8.6.
From: |
guix-commits |
Subject: |
05/08: gnu: svt-av1: Update to 0.8.6. |
Date: |
Tue, 1 Dec 2020 14:56:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 975ffa3d50f6d043ac263788a35d9b2cf38e2e34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 20:51:22 2020 +0100
gnu: svt-av1: Update to 0.8.6.
* gnu/packages/video.scm (svt-av1): Update to 0.8.6.
---
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 51c5b9d..4a8ff1d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4572,7 +4572,7 @@ transcode or reformat the videos in any way, producing
perfect backups.")
(define-public svt-av1
(package
(name "svt-av1")
- (version "0.8.5")
+ (version "0.8.6")
(source
(origin
(method git-fetch)
@@ -4581,7 +4581,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 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
+ (base32 "1wzamg89azi1f93wxvdy7silsgklckc754ca066k33drvyacicyw"))))
(build-system cmake-build-system)
;; SVT-AV1 only supports Intel-compatible CPUs.
(supported-systems '("x86_64-linux" "i686-linux"))
- branch master updated (410d555 -> af1225a), guix-commits, 2020/12/01
- 04/08: gnu: lighttpd: Update to 1.4.56., guix-commits, 2020/12/01
- 05/08: gnu: svt-av1: Update to 0.8.6.,
guix-commits <=
- 02/08: gnu: inotify-tools: Omit static library., guix-commits, 2020/12/01
- 07/08: gnu: feh: Update to 3.6., guix-commits, 2020/12/01
- 03/08: gnu: neomutt: Update to 20201127., guix-commits, 2020/12/01
- 06/08: gnu: metamath: Update to 0.193., guix-commits, 2020/12/01
- 08/08: gnu: weechat: Update to 3.0., guix-commits, 2020/12/01
- 01/08: gnu: inotify-tools: Update to 3.20.11.0., guix-commits, 2020/12/01