gnu: shotcut: Update to 22.11.25.

* gnu/packages/video.scm (shotcut): Update to 22.11.25.
This commit is contained in:
Vinicius Monego 2022-12-03 09:50:28 -03:00
parent 3abba3ca66
commit 0a9f2f44d4
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A

View File

@ -4857,7 +4857,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 "22.10.25") (version "22.11.25")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4866,7 +4866,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 "12n179d1ymmzvlx5rzwmd89gwaa731b4y66nfl8wlr88wss4mncm")))) (base32 "01qv0lb57kgmi5shcnhjwf47vqvbyjndxx6v7ha3sh4x5r8x0mrn"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests