guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: svt-hevc: Update upstream hash.


From: guix-commits
Subject: branch master updated: gnu: svt-hevc: Update upstream hash.
Date: Sat, 12 Jun 2021 04:51:06 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0072747  gnu: svt-hevc: Update upstream hash.
0072747 is described below

commit 00727470b92e0b8ab0e00dd2cd87495c0c136341
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 12 10:48:14 2021 +0200

    gnu: svt-hevc: Update upstream hash.
    
    The v1.5.1 was moved in place (meditate on that) but the change is harmless.
    See <http://issues.guix.gnu.org/48966>.
    
    * gnu/packages/video.scm (svt-hevc)[source]: Adjust hash accordingly.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5c02801..e4ff86c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -297,7 +297,7 @@ video and audio streams from a DVD.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rac70p6rpvdx9v0bdd8nphgr7imdxb7nz0x77n3p7h3180zz9x0"))))
+        (base32 "1cv6vcf5yxcwdvj5yqcckbixqrvvdxk7ibincnnv80pz6wh527sv"))))
     (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]