gnu: shotcut: Update to 21.12.24.

* gnu/packages/video.scm (shotcut): Update to 21.12.24.
This commit is contained in:
Vinicius Monego 2021-12-25 17:02:58 +00:00 committed by Brice Waegeneire
parent a39e64bc22
commit 1f7b605b2b
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -4808,7 +4808,7 @@ (define-public openshot
(define-public shotcut (define-public shotcut
(package (package
(name "shotcut") (name "shotcut")
(version "21.10.31") (version "21.12.24")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4817,7 +4817,7 @@ (define-public shotcut
(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 "0jgv6wl65gf6c4nmfica8k9vbgn3w3594d1phx1mb7zjvyy9y97k")))) (base32 "1l27dqiyi3af0v155w62ib9xcmqyjj2yzs83aqhcrz5pb3i3j18r"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests