diff options
author | Vinicius Monego <monego@posteo.net> | 2021-09-20 22:17:35 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-09-22 13:29:30 +0300 |
commit | ecb136755d7ff53a1808f842b68d0ff1d5caa657 (patch) | |
tree | 16558694f7ceb9dc9a34f006fa950866315013c6 /gnu | |
parent | 688c456a67ab9bb1b98593f8fea0e90dc9525da9 (diff) |
gnu: shotcut: Update to 21.09.13.
* gnu/packages/video.scm (shotcut): Update to 21.09.13.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1b9179c6a8..0fa7dd5bb5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4676,7 +4676,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "21.08.29") + (version "21.09.13") (source (origin (method git-fetch) @@ -4685,7 +4685,7 @@ transitions, and effects and then export your film to many common formats.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lj3ini0fymvcwxk8l1l8ms5519n5n87gdvh0yfhilwp0zqyqkc6")))) + (base32 "0dwf9kbx52zdjm3m8sp7dxmlnz3v1lhyaw1kaw8imnjpdbyx30p1")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |