[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51898] [PATCH 3/3] gnu: shotcut: Update to 21.10.31.
From: |
Vinicius Monego |
Subject: |
[bug#51898] [PATCH 3/3] gnu: shotcut: Update to 21.10.31. |
Date: |
Tue, 16 Nov 2021 19:12:04 +0000 |
* gnu/packages/video.scm (shotcut): Update to 21.10.31.
---
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 09c2dbe8ad..7145af58f1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4784,7 +4784,7 @@ transitions, and effects and then export your film to
many common formats.")
(define-public shotcut
(package
(name "shotcut")
- (version "21.09.20")
+ (version "21.10.31")
(source
(origin
(method git-fetch)
@@ -4793,7 +4793,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 "1y46n5gmlayfl46l0vhg5g5dbbc0sg909mxb68sia0clkaas8xrh"))))
+ (base32 "0jgv6wl65gf6c4nmfica8k9vbgn3w3594d1phx1mb7zjvyy9y97k"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f ;there are no tests
--
2.30.2