summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-29 16:41:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-29 17:29:36 +0200
commit65161ebb1b310c0ad0e6f734ca813bc08e7baeb9 (patch)
treec8fae8075b24524d48cbbd0462949e3f45e0a08d /gnu/packages/video.scm
parent34fe60e8b1233897f03fae63d33c94d45dfe40fc (diff)
downloadguix-patches-65161ebb1b310c0ad0e6f734ca813bc08e7baeb9.tar
guix-patches-65161ebb1b310c0ad0e6f734ca813bc08e7baeb9.tar.gz
gnu: svt-hevc: Update to 1.5.1.
* gnu/packages/video.scm (svt-hevc): Update to 1.5.1.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 961094a80b..2eef76558a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -286,7 +286,7 @@ video and audio streams from a DVD.")
(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 @@ video and audio streams from a DVD.")
(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