guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: svt-av1: Update to 0.8.5.


From: guix-commits
Subject: 04/13: gnu: svt-av1: Update to 0.8.5.
Date: Fri, 11 Sep 2020 10:40:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c15a8fbf60d240c414f150efa995e7f8d20b19a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 10 19:10:04 2020 +0200

    gnu: svt-av1: Update to 0.8.5.
    
    * gnu/packages/video.scm (svt-av1): Update to 0.8.5.
---
 gnu/packages/video.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e5509ff..bd3b1cc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4440,16 +4440,16 @@ transcode or reformat the videos in any way, producing 
perfect backups.")
 (define-public svt-av1
   (package
     (name "svt-av1")
-    (version "0.8.4")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                     (url "https://github.com/OpenVisualCloud/SVT-AV1";)
-                     (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0xad35q9sv5w0iihcf9q1f1m7br5anl3vsyx9svnx128iqf0n997"))))
+    (version "0.8.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/OpenVisualCloud/SVT-AV1";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1gfxdmdql090p7c8ln1z344g467l41p45287lmwy590hv8gw6bfg"))))
     (build-system cmake-build-system)
     ;; SVT-AV1 only supports Intel-compatible CPUs.
     (supported-systems '("x86_64-linux" "i686-linux"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]