diff options
author | Vinicius Monego <monego@posteo.net> | 2025-07-23 19:09:14 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-07-23 19:47:57 -0300 |
commit | 0555eafeb707aae55a07aff5d6f158e658bce770 (patch) | |
tree | 732ff8e2aed79142926b6e126ac119298da7fcdc | |
parent | 81bb918f979bdc030bfad8cc706ed71fb6708735 (diff) |
gnu: shotcut: Update to 25.05.11.
* gnu/packages/video.scm (shotcut): Update to 25.05.11.
Change-Id: If972aa2c1b642d051c7323501c816dc781702a99
-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 e5be70d143..4e0dcee4cf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6207,7 +6207,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "25.03.29") + (version "25.05.11") (source (origin (method git-fetch) @@ -6216,7 +6216,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 "114h7g1ambj3b91f54yrwsg02pcdh0b6npg2w84qympib0f30ck6")))) + (base32 "1mrv33mimx103qyq6kpzb2cb8xbxwlxzn9x24fgkimmfbcigks6a")))) (build-system qt-build-system) (arguments (list |