From 00727470b92e0b8ab0e00dd2cd87495c0c136341 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 12 Jun 2021 10:48:14 +0200 Subject: gnu: svt-hevc: Update upstream hash. The v1.5.1 was moved in place (meditate on that) but the change is harmless. See . * 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 5c028016cf..e4ff86c9b5 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 -- cgit v1.2.3