guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: svt-av1: Update to 0.8.2.


From: guix-commits
Subject: branch master updated: gnu: svt-av1: Update to 0.8.2.
Date: Sat, 25 Apr 2020 22:29:19 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a17e509  gnu: svt-av1: Update to 0.8.2.
a17e509 is described below

commit a17e5092bca815bf928ccf00a06352bfe654a9b8
Author: Leo Famulari <address@hidden>
AuthorDate: Sat Apr 25 22:26:33 2020 -0400

    gnu: svt-av1: Update to 0.8.2.
    
    * gnu/packages/video.scm (svt-av1): Update to 0.8.2.
---
 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 8d64cba..84b0518 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3888,7 +3888,7 @@ transcode or reformat the videos in any way, producing 
perfect backups.")
 (define-public svt-av1
   (package
     (name "svt-av1")
-    (version "0.8.1")
+    (version "0.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3897,7 +3897,7 @@ transcode or reformat the videos in any way, producing 
perfect backups.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08sx9zhhks8wzq05f67jqmc1zqmmi7hqkgg2gyjpcsan5qc5476w"))))
+                "0273fxgf4r832y9s0p8hqdj1j1nj8nlz4hylya0b4nsif89yfrhp"))))
     (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]