mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: mlt: Update to 7.28.0.
* gnu/packages/video.scm (mlt): Update to 7.28.0. Change-Id: I1da0bcb3055a4c07f03076c71590a049883db80e
This commit is contained in:
parent
dbfe4d2efe
commit
9c696c3a72
1 changed files with 2 additions and 2 deletions
|
|
@ -3889,7 +3889,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
|||
(define-public mlt
|
||||
(package
|
||||
(name "mlt")
|
||||
(version "7.24.0")
|
||||
(version "7.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -3898,7 +3898,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 "08fgcf20v4q52lfdwzvscbbppa6m582f551q6fzxz2vs5936w3wx"))))
|
||||
(base32 "074rb3d3k9i6vmc2201qa7yfnnz8xs3kkvbnfwngjzyrzk6r14xr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue