[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: shotcut: Update to 22.03.30.
From: |
guix-commits |
Subject: |
02/05: gnu: shotcut: Update to 22.03.30. |
Date: |
Wed, 20 Apr 2022 22:45:10 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit d656ff473e7372872e859b47a68446f24f7b3cce
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Apr 15 23:23:32 2022 -0300
gnu: shotcut: Update to 22.03.30.
* gnu/packages/video.scm (shotcut): Update to 22.03.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 f94f917d13..cdcf03f56a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4867,7 +4867,7 @@ transitions, and effects and then export your film to
many common formats.")
(define-public shotcut
(package
(name "shotcut")
- (version "22.01.30")
+ (version "22.03.30")
(source
(origin
(method git-fetch)
@@ -4876,7 +4876,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 "0azbzaml743vlpay5dz8i0k66hw4idnambi49wj2yprw7z3skdql"))))
+ (base32 "1gy7ds1fp2nd6ls7xp5b0yzc7i5lzsapyr7ijps3j4b4amfan3nb"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f ;there are no tests