all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52793] [PATCH] gnu: shotcut: Update to 21.12.24.
@ 2021-12-25 17:02 Vinicius Monego
  2021-12-26  8:32 ` bug#52793: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-12-25 17:02 UTC (permalink / raw)
  To: 52793; +Cc: Vinicius Monego

* gnu/packages/video.scm (shotcut): Update to 21.12.24.
---
 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 7c4410fe12..b369c95688 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4808,7 +4808,7 @@ transitions, and effects and then export your film to many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "21.10.31")
+    (version "21.12.24")
     (source
      (origin
        (method git-fetch)
@@ -4817,7 +4817,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 "0jgv6wl65gf6c4nmfica8k9vbgn3w3594d1phx1mb7zjvyy9y97k"))))
+        (base32 "1l27dqiyi3af0v155w62ib9xcmqyjj2yzs83aqhcrz5pb3i3j18r"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f ;there are no tests
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52793: [PATCH] gnu: shotcut: Update to 21.12.24.
  2021-12-25 17:02 [bug#52793] [PATCH] gnu: shotcut: Update to 21.12.24 Vinicius Monego
@ 2021-12-26  8:32 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-12-26  8:32 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 52793-done

Hello Vinicius,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/video.scm (shotcut): Update to 21.12.24.
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thank you for the patch, pushed as 1f7b605b2b17b73118e595a34de21c1dfebfba75.

Cheers,
- Brice




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-26  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25 17:02 [bug#52793] [PATCH] gnu: shotcut: Update to 21.12.24 Vinicius Monego
2021-12-26  8:32 ` bug#52793: " Brice Waegeneire

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.