aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2023-07-29 00:02:46 -0300
committerVinicius Monego <monego@posteo.net>2023-07-29 14:25:03 -0300
commitc03b65fc7fafc460e9c0cead21e293c13249c253 (patch)
tree4ec7003c7d810d866325897a351c47fc82b277d5 /gnu/packages/video.scm
parent02a36d939a98e63e90a60f115fb42c6a16f3d99f (diff)
downloadguix-c03b65fc7fafc460e9c0cead21e293c13249c253.tar.gz
guix-c03b65fc7fafc460e9c0cead21e293c13249c253.zip
gnu: mlt: Update to 7.18.0.
* gnu/packages/video.scm (mlt): Update to 7.18.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index edad81ef8a..876541e21e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3274,7 +3274,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "7.16.0")
+ (version "7.18.0")
(source
(origin
(method git-fetch)
@@ -3283,7 +3283,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 "0aas3zjc9xh7sn01xv67fa26bzlz9sapbgzsplmikwc9lwfl5pqi"))))
+ (base32 "1b79wcf4l099w6bp4jlhgdwnbaydkrp8rj1hflggihzn3awcrayy"))))
(build-system cmake-build-system)
(arguments
(list