guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: shotcut: Update to 22.10.25.


From: guix-commits
Subject: 06/08: gnu: shotcut: Update to 22.10.25.
Date: Sat, 5 Nov 2022 09:18:45 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit be25e992f4611c9476cd3243ac5cd58356aca0e9
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Oct 29 11:54:56 2022 -0300

    gnu: shotcut: Update to 22.10.25.
    
    * gnu/packages/video.scm (shotcut): Update to 22.10.25.
---
 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 a75be99b58..2478b6bb90 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4819,7 +4819,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "22.06.23")
+    (version "22.10.25")
     (source
      (origin
        (method git-fetch)
@@ -4828,7 +4828,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 "1kvhcblzjdjiv3jggdx41djq9pz6a9hg4ilgcwin13gb19ir7dcc"))))
+        (base32 "12n179d1ymmzvlx5rzwmd89gwaa731b4y66nfl8wlr88wss4mncm"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests



reply via email to

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