[PATCH] gnu: shotcut: Update to 21.09.20.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vinicius Monego
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal
V
V
Vinicius Monego wrote on 11 Oct 2021 02:01
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
20211011000152.409077-1-monego@posteo.net
* gnu/packages/video.scm (shotcut): Update to 21.09.20.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3733b93415..fcac369f60 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4723,7 +4723,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public shotcut
(package
(name "shotcut")
- (version "21.09.13")
+ (version "21.09.20")
(source
(origin
(method git-fetch)
@@ -4732,7 +4732,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 "0dwf9kbx52zdjm3m8sp7dxmlnz3v1lhyaw1kaw8imnjpdbyx30p1"))))
+ (base32 "1y46n5gmlayfl46l0vhg5g5dbbc0sg909mxb68sia0clkaas8xrh"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f ;there are no tests
--
2.30.2
L
L
Leo Famulari wrote on 12 Oct 2021 17:13
(name . Vinicius Monego)(address . monego@posteo.net)(address . 51124-done@debbugs.gnu.org)
YWWmNVAoz4SWqHP+@jasmine.lan
On Mon, Oct 11, 2021 at 12:01:52AM +0000, Vinicius Monego wrote:
Toggle quote (2 lines)
> * gnu/packages/video.scm (shotcut): Update to 21.09.20.

Thanks! Pushed as 9b3c24276a34c21a82d4b51f13c4bfca5f2cae4d
Closed
?