diff options
author | Vinicius Monego <[email protected]> | 2025-01-21 21:20:12 -0300 |
---|---|---|
committer | Vinicius Monego <[email protected]> | 2025-02-15 21:48:41 -0300 |
commit | d7578f9a7793764abedf110f9015108c0dceb4db (patch) | |
tree | 52ef9429d56b79032ce67ed64d0f28fa51c6d490 | |
parent | 824b8053a8141c2913e1a71d268406e064405fcf (diff) |
gnu: mlt: Update to 7.30.0.
* gnu/packages/video.scm (mlt): Update to 7.30.0.
Change-Id: I318ad4ced951e4aab02e8595779460052989165c
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ce18e70a39..d2241c8394 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -41,7 +41,7 @@ ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <[email protected]> ;;; Copyright © 2020 Alex McGrath <[email protected]> ;;; Copyright © 2020, 2021, 2022 Michael Rohleder <[email protected]> -;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <[email protected]> +;;; Copyright © 2020, 2021, 2022, 2023, 2025 Vinicius Monego <[email protected]> ;;; Copyright © 2020 Brett Gilio <[email protected]> ;;; Copyright © 2020 Alexandru-Sergiu Marton <[email protected]> ;;; Copyright © 2020 Ivan Kozlov <[email protected]> @@ -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 |