diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-12 10:48:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-12 10:48:26 +0200 |
commit | 00727470b92e0b8ab0e00dd2cd87495c0c136341 (patch) | |
tree | 78b5e8fc05c20f32faad8cecc23248a9b35e42ab /gnu | |
parent | ded2ebb1b9a1003630c1fedc6e1e8734832bdd19 (diff) | |
download | guix-00727470b92e0b8ab0e00dd2cd87495c0c136341.tar.gz guix-00727470b92e0b8ab0e00dd2cd87495c0c136341.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |