From d7578f9a7793764abedf110f9015108c0dceb4db Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 21 Jan 2025 21:20:12 -0300 Subject: [PATCH] gnu: mlt: Update to 7.30.0. * gnu/packages/video.scm (mlt): Update to 7.30.0. Change-Id: I318ad4ced951e4aab02e8595779460052989165c --- gnu/packages/video.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ce18e70a398cd5f8ab591706f490c3a17deddd54..d2241c839466409a78a1fa057158c56e9ee53278 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -41,7 +41,7 @@ ;;; Copyright © 2020, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Alex McGrath ;;; Copyright © 2020, 2021, 2022 Michael Rohleder -;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego +;;; Copyright © 2020, 2021, 2022, 2023, 2025 Vinicius Monego ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2020 Ivan Kozlov @@ -3891,7 +3891,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.28.0") + (version "7.30.0") (source (origin (method git-fetch) @@ -3900,7 +3900,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "074rb3d3k9i6vmc2201qa7yfnnz8xs3kkvbnfwngjzyrzk6r14xr")))) + (base32 "0zks2h5rb8v5y24nwd33cfkzja6qbibify5gf1wv77w1hgf02gml")))) (build-system cmake-build-system) (arguments (list