guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: shotcut: Update to 22.01.30.


From: guix-commits
Subject: 01/02: gnu: shotcut: Update to 22.01.30.
Date: Mon, 31 Jan 2022 09:03:18 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 4014672172cfca79e4eb59f802d1e13b0448198c
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Jan 31 09:52:26 2022 -0300

    gnu: shotcut: Update to 22.01.30.
    
    * gnu/packages/video.scm (shotcut): Update to 22.01.30.
---
 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 8a903f6fe1..94562d52ae 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4831,7 +4831,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "21.12.24")
+    (version "22.01.30")
     (source
      (origin
        (method git-fetch)
@@ -4840,7 +4840,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 "1l27dqiyi3af0v155w62ib9xcmqyjj2yzs83aqhcrz5pb3i3j18r"))))
+        (base32 "0azbzaml743vlpay5dz8i0k66hw4idnambi49wj2yprw7z3skdql"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests



reply via email to

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