~ruther/guix-local

d7578f9a7793764abedf110f9015108c0dceb4db — Vinicius Monego 1 year, 1 month ago 824b805
gnu: mlt: Update to 7.30.0.

* gnu/packages/video.scm (mlt): Update to 7.30.0.

Change-Id: I318ad4ced951e4aab02e8595779460052989165c
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +3 -3
@@ 41,7 41,7 @@
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020, 2021, 2022, 2023, 2025 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru>


@@ 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