guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0c17b6ccc7c9604bf009ad469c9e3f58a0c5e90c
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Jul 27 11:53:11 2025 -0300

    gnu: shotcut: Update to 25.07.26.
    
    * gnu/packages/video.scm (shotcut): Update to 25.07.26.
    
    Change-Id: Ie5669fb1633c21fc28957133ea9e141e57d1c856
---
 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 4e0dcee4cf..7c28b72a23 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.05.11")
+    (version "25.07.26")
     (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 "1mrv33mimx103qyq6kpzb2cb8xbxwlxzn9x24fgkimmfbcigks6a"))))
+        (base32 "0213adgk8zlsw160dz3bbdkhlz627cg42i6ng35flgxdx0z050hn"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to