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.3.


From: guix-commits
Subject: branch master updated: gnu: svt-av1: Update to 0.8.3.
Date: Mon, 18 May 2020 19:36:12 -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 2e59ae2  gnu: svt-av1: Update to 0.8.3.
2e59ae2 is described below

commit 2e59ae238426df3f886c6a1aeca08ddc96b61143
Author: Leo Famulari <address@hidden>
AuthorDate: Mon May 18 19:32:09 2020 -0400

    gnu: svt-av1: Update to 0.8.3.
    
    * gnu/packages/video.scm (svt-av1): Update to 0.8.3.
---
 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 f34da90..d5034e0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3873,7 +3873,7 @@ transcode or reformat the videos in any way, producing 
perfect backups.")
 (define-public svt-av1
   (package
     (name "svt-av1")
-    (version "0.8.2")
+    (version "0.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3882,7 +3882,7 @@ transcode or reformat the videos in any way, producing 
perfect backups.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0273fxgf4r832y9s0p8hqdj1j1nj8nlz4hylya0b4nsif89yfrhp"))))
+                "1rh4sz1bmrsxyxfxajsffw5jd17djcrymhwsi877v02fgln027qr"))))
     (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]