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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-12 10:48:14 +02:00
parent ded2ebb1b9
commit 00727470b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -297,7 +297,7 @@ (define-public svt-hevc
(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