guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0555eafeb707aae55a07aff5d6f158e658bce770
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Jul 23 19:09:14 2025 -0300

    gnu: shotcut: Update to 25.05.11.
    
    * gnu/packages/video.scm (shotcut): Update to 25.05.11.
    
    Change-Id: If972aa2c1b642d051c7323501c816dc781702a99
---
 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 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

Reply via email to