guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: SVT-HEVC: Update to 1.5.0.


From: guix-commits
Subject: 03/03: gnu: SVT-HEVC: Update to 1.5.0.
Date: Fri, 26 Mar 2021 04:05:39 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6665f0fa589b6f3639414602900147aa6a57c178
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 26 02:28:22 2021 -0400

    gnu: SVT-HEVC: Update to 1.5.0.
    
    * gnu/packages/video.scm (svt-hevc): Update to 1.5.0.
    [license]: Specify the license.
---
 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 4bb8e2a..02096dc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -286,7 +286,7 @@ video and audio streams from a DVD.")
 (define-public svt-hevc
   (package
     (name "svt-hevc")
-    (version "1.4.3")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -296,7 +296,7 @@ video and audio streams from a DVD.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sqh3dciqm2p1b66kngcpxqy5fx3ramxlxy8gfcbdwn2i3rsqhs7"))))
+        (base32 "038r3x3axil895vh2dq6223623ybrc45vn58vfmfb7cikz68sy23"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ; Test script is stand-alone



reply via email to

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