diff mbox series

[bug#50527] gnu: shotcut: Update to 21.08.29.

Message ID 20210911223909.217119-1-monego@posteo.net
State Accepted
Headers show
Series [bug#50527] gnu: shotcut: Update to 21.08.29. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Vinicius Monego Sept. 11, 2021, 10:39 p.m. UTC
* gnu/packages/video.scm (shotcut): Update to 21.08.29.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner Sept. 12, 2021, 8:01 p.m. UTC | #1
Patched pushed. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 37118863f1..4561479f12 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4676,7 +4676,7 @@  transitions, and effects and then export your film to many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "21.06.29")
+    (version "21.08.29")
     (source
      (origin
        (method git-fetch)
@@ -4685,7 +4685,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 "0384iv2129mpalia39x8mn5xlbgx9ip994700jzjjxdqfq23a9qm"))))
+        (base32 "0lj3ini0fymvcwxk8l1l8ms5519n5n87gdvh0yfhilwp0zqyqkc6"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f ;there are no tests