diff options
author | Vinicius Monego <monego@posteo.net> | 2021-11-16 19:12:04 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-02 15:29:33 +0100 |
commit | 2d92b3bbb6ac5917ea610f8341b78d026bf74aaf (patch) | |
tree | 05648a112575f821babb83031b4a53c9981d3cb3 /gnu/packages | |
parent | 82e5a1b4c36826b00e54ccd688d668d35240d2dd (diff) | |
download | guix-2d92b3bbb6ac5917ea610f8341b78d026bf74aaf.tar.gz |
gnu: shotcut: Update to 21.10.31.
* gnu/packages/video.scm (shotcut): Update to 21.10.31. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 4d80ec2c14..eeabb11bcf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4889,7 +4889,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "21.09.20") + (version "21.10.31") (source (origin (method git-fetch) @@ -4898,7 +4898,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 "1y46n5gmlayfl46l0vhg5g5dbbc0sg909mxb68sia0clkaas8xrh")))) + (base32 "0jgv6wl65gf6c4nmfica8k9vbgn3w3594d1phx1mb7zjvyy9y97k")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |