guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: shotcut: Update to 23.09.29.


From: guix-commits
Subject: 03/03: gnu: shotcut: Update to 23.09.29.
Date: Tue, 3 Oct 2023 07:56:44 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 789a8538d647ec50713698c5cdce522ce3415452
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 30 22:29:32 2023 -0300

    gnu: shotcut: Update to 23.09.29.
    
    * gnu/packages/video.scm (shotcut): Update to 23.09.29.
---
 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 a9b8d96123..bb6ce0cbf1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4996,7 +4996,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "23.07.29")
+    (version "23.09.29")
     (source
      (origin
        (method git-fetch)
@@ -5005,7 +5005,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 "1xdybjs39bg361jl7i3rlqdiwhi2xai7x45j7f6cgzygdd833pw5"))))
+        (base32 "1r380lpa79i6821r3v84dm47vqxk4smx2k1wvf9afylw95v3i8zv"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests



reply via email to

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