[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: mlt: Update to 7.24.0.
From: |
guix-commits |
Subject: |
08/09: gnu: mlt: Update to 7.24.0. |
Date: |
Sat, 11 May 2024 13:27:52 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 0680eadf3be4d8666b05b6af103dac817eb81ab8
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri May 3 15:49:59 2024 -0300
gnu: mlt: Update to 7.24.0.
* gnu/packages/video.scm (mlt): Update to 7.24.0.
Change-Id: If04fd8aa6db07caa3f5b2a72102b6b93c929b766
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9e12286f34..b9517fa450 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3799,7 +3799,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "7.22.0")
+ (version "7.24.0")
(source
(origin
(method git-fetch)
@@ -3808,7 +3808,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 "1aa23kni64751x0kd54lr87ns9kdc8pblhqp8m8608ah8xwak4mw"))))
+ (base32 "08fgcf20v4q52lfdwzvscbbppa6m582f551q6fzxz2vs5936w3wx"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (4eb1a5426b -> 43e790f4c9), guix-commits, 2024/05/11
- 03/09: gnu: toxic: Update to 0.15.1., guix-commits, 2024/05/11
- 04/09: gnu: weechat: Update to 4.2.2., guix-commits, 2024/05/11
- 06/09: gnu: python-hy: Update to 0.28.0., guix-commits, 2024/05/11
- 05/09: gnu: gplates: Update to 2.5., guix-commits, 2024/05/11
- 01/09: gnu: Add python-libensemble., guix-commits, 2024/05/11
- 07/09: gnu: python-scikit-rf: Update to 1.0.0., guix-commits, 2024/05/11
- 08/09: gnu: mlt: Update to 7.24.0.,
guix-commits <=
- 09/09: gnu: kdenlive: Update to 24.02.2., guix-commits, 2024/05/11
- 02/09: gnu: c-toxcore: Update to 0.2.19., guix-commits, 2024/05/11