unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41990] [PATCH 1/2] gnu: mlt: Update to 6.20.0.
@ 2020-06-21 18:25 Vinicius Monego
  2020-06-21 18:25 ` [bug#41991] [PATCH 2/2] gnu: Add webvfx Vinicius Monego
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vinicius Monego @ 2020-06-21 18:25 UTC (permalink / raw)
  To: 41990; +Cc: Vinicius Monego

* gnu/packages/video.scm (mlt): Update to 6.20.0.
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4bd2dca909..e51729138c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2333,7 +2334,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "6.18.0")
+    (version "6.20.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2342,7 +2343,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx"))))
+                "14kayzas2wisyw0z27qkcm4qnxbdb7bqa0hg7gaj5kbm3nvsnafk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.20.1





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

end of thread, other threads:[~2020-09-02 20:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-21 18:25 [bug#41990] [PATCH 1/2] gnu: mlt: Update to 6.20.0 Vinicius Monego
2020-06-21 18:25 ` [bug#41991] [PATCH 2/2] gnu: Add webvfx Vinicius Monego
2020-06-22 21:36   ` Marius Bakke
2020-09-02 15:10     ` Ludovic Courtès
2020-09-02 16:59       ` bug#41991: " Vinicius Monego
2020-09-02 20:19         ` [bug#41991] " Ludovic Courtès
2020-06-22 21:30 ` [bug#41990] [PATCH 1/2] gnu: mlt: Update to 6.20.0 Marius Bakke
2020-07-02 23:10 ` bug#41990: Done: #41990 Jakub Kądziołka

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).