diff options
author | Vinicius Monego <monego@posteo.net> | 2022-07-10 17:46:22 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-08-13 02:34:03 -0300 |
commit | ab959f8a117b7d041e6c89fa2ab989412c4aef74 (patch) | |
tree | 244c21123fa9047c774f4cf3830d69d2ff38fafd | |
parent | 4b88fe049f3a194726dd8f303112efebf2d41f56 (diff) | |
download | guix-ab959f8a117b7d041e6c89fa2ab989412c4aef74.tar.gz guix-ab959f8a117b7d041e6c89fa2ab989412c4aef74.zip |
gnu: mlt: Update to 7.8.0.
* gnu/packages/video.scm (mlt): Update to 7.8.0.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6d0b5ccb58..dcd58d5e02 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3150,7 +3150,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.6.0") + (version "7.8.0") (source (origin (method git-fetch) @@ -3159,7 +3159,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 "1dj7jb5nk0qy28mlw0pcmj4nd607mgx229nhf14gjc0fq9gx71sd")))) + (base32 "01589xpx1vgx1l1zjg553nbjks5wy31rdvyq1sjnbp9w7p7nzjdg")))) (build-system cmake-build-system) (arguments (list |