diff options
author | Vinicius Monego <monego@posteo.net> | 2022-04-26 23:56:05 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-04-27 00:42:14 -0300 |
commit | b147a4a2f3186b499df6a21bfc9cc8c2a3ba0668 (patch) | |
tree | 711e22dae7e764fef7789485d2b62a8c7757940d /gnu/packages | |
parent | fb2c136eb37481a11a8c7a3110c27dae196d7a6e (diff) |
gnu: shotcut: Update to 22.04.25.
* gnu/packages/video.scm (shotcut): Update to 22.04.25.
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 cdcf03f56a..e42a696ddd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4867,7 +4867,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "22.03.30") + (version "22.04.25") (source (origin (method git-fetch) @@ -4876,7 +4876,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 "1gy7ds1fp2nd6ls7xp5b0yzc7i5lzsapyr7ijps3j4b4amfan3nb")))) + (base32 "0ccbx2crqrnhl19d7267xc40vs0cjmps2cnhi1g1l6bqxbi7k88x")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |