diff options
author | Vinicius Monego <[email protected]> | 2025-01-26 08:17:52 -0300 |
---|---|---|
committer | Vinicius Monego <[email protected]> | 2025-02-15 21:48:41 -0300 |
commit | e89c5850af426ee616e1d593e1d9c106a6a63b8c (patch) | |
tree | f15d4539d86382a27a9dfa3ff2011e4b094038b8 /gnu | |
parent | d7578f9a7793764abedf110f9015108c0dceb4db (diff) |
gnu: shotcut: Update to 25.01.25.
* gnu/packages/video.scm (shotcut): Update to 25.01.25.
Change-Id: Ib505ed15a292ce221fee450867670656eeaf38d9
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 d2241c8394..3df4fd114e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6072,7 +6072,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "24.11.17") + (version "25.01.25") (source (origin (method git-fetch) @@ -6081,7 +6081,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 "15p48l5qphhlx2yrxvnya585ws5aq6k9m4w26qbpf60i0qnldq5h")))) + (base32 "1cxwa1gzjb5y0640wmdssdjny5wr4r70a6nih65zsqgv223ydfb2")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests |