gnu: svt-hevc: Update to 1.5.1.

* gnu/packages/video.scm (svt-hevc): Update to 1.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 16:41:03 +02:00
parent 34fe60e8b1
commit 65161ebb1b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -286,7 +286,7 @@ (define-public transcode
(define-public svt-hevc
(package
(name "svt-hevc")
(version "1.5.0")
(version "1.5.1")
(source
(origin
(method git-fetch)
@ -296,7 +296,7 @@ (define-public svt-hevc
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "038r3x3axil895vh2dq6223623ybrc45vn58vfmfb7cikz68sy23"))))
(base32 "0rac70p6rpvdx9v0bdd8nphgr7imdxb7nz0x77n3p7h3180zz9x0"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; Test script is stand-alone