From e89c5850af426ee616e1d593e1d9c106a6a63b8c Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 26 Jan 2025 08:17:52 -0300 Subject: [PATCH] gnu: shotcut: Update to 25.01.25. * gnu/packages/video.scm (shotcut): Update to 25.01.25. Change-Id: Ib505ed15a292ce221fee450867670656eeaf38d9 --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d2241c839466409a78a1fa057158c56e9ee53278..3df4fd114e9ad31153f163a615b03c6f3a25dc96 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