diff options
author | Vinicius Monego <monego@posteo.net> | 2021-12-25 17:02:58 +0000 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2021-12-26 09:00:38 +0100 |
commit | 1f7b605b2b17b73118e595a34de21c1dfebfba75 (patch) | |
tree | 2dcbf3f15abd55860b463539ac3e05da25dc654b /gnu/packages | |
parent | a39e64bc225daacecbdb51c4681357b6eefd005a (diff) | |
download | guix-1f7b605b2b17b73118e595a34de21c1dfebfba75.tar.gz |
gnu: shotcut: Update to 21.12.24.
* gnu/packages/video.scm (shotcut): Update to 21.12.24.
Diffstat (limited to 'gnu/packages')
-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 7c4410fe12..b369c95688 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4808,7 +4808,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "21.10.31") + (version "21.12.24") (source (origin (method git-fetch) @@ -4817,7 +4817,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 "0jgv6wl65gf6c4nmfica8k9vbgn3w3594d1phx1mb7zjvyy9y97k")))) + (base32 "1l27dqiyi3af0v155w62ib9xcmqyjj2yzs83aqhcrz5pb3i3j18r")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |