guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: shotcut: Update to 22.12.21.


From: guix-commits
Subject: 02/02: gnu: shotcut: Update to 22.12.21.
Date: Sat, 24 Dec 2022 07:07:31 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 7e7659d34fb223ebd73e8c931d3b5c882d320869
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Dec 24 07:54:09 2022 -0300

    gnu: shotcut: Update to 22.12.21.
    
    * gnu/packages/video.scm (shotcut): Update to 22.12.21.
---
 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 e32186f5ce..d1d50df304 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4885,7 +4885,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "22.11.25")
+    (version "22.12.21")
     (source
      (origin
        (method git-fetch)
@@ -4894,7 +4894,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 "01qv0lb57kgmi5shcnhjwf47vqvbyjndxx6v7ha3sh4x5r8x0mrn"))))
+        (base32 "1hchnywsrkvnz07r2i1cffg1a8zi59pcpswz8x93a0rdc42hlk3d"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests



reply via email to

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