gnu: shotcut: Update to 21.08.29.

* gnu/packages/video.scm (shotcut): Update to 21.08.29.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Vinicius Monego 2021-09-11 22:39:09 +00:00 committed by Efraim Flashner
parent b4843738c2
commit 518bb41e16
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4677,7 +4677,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public shotcut (define-public shotcut
(package (package
(name "shotcut") (name "shotcut")
(version "21.06.29") (version "21.08.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4686,7 +4686,7 @@ transitions, and effects and then export your film to many common formats.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0384iv2129mpalia39x8mn5xlbgx9ip994700jzjjxdqfq23a9qm")))) (base32 "0lj3ini0fymvcwxk8l1l8ms5519n5n87gdvh0yfhilwp0zqyqkc6"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests