guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: shotcut: Update to 25.03.29.


From: guix-commits
Subject: 03/04: gnu: shotcut: Update to 25.03.29.
Date: Sun, 30 Mar 2025 22:24:38 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit b56078dc8edc4aee7b2c502d4ed65ea7b0e6f48f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Mar 30 14:59:46 2025 -0300

    gnu: shotcut: Update to 25.03.29.
    
    * gnu/packages/video.scm (shotcut): Update to 25.03.29.
    
    Change-Id: I88ffb0dcab0bb066023bcc9b6f82381a5ffa210d
---
 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 b37482831f..5851d83552 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6086,7 +6086,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "25.01.25")
+    (version "25.03.29")
     (source
      (origin
        (method git-fetch)
@@ -6095,7 +6095,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 "1cxwa1gzjb5y0640wmdssdjny5wr4r70a6nih65zsqgv223ydfb2"))))
+        (base32 "114h7g1ambj3b91f54yrwsg02pcdh0b6npg2w84qympib0f30ck6"))))
     (build-system qt-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]