mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: mlt: Update to 6.26.1.
* gnu/packages/video.scm (mlt): Update to 6.26.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5e6abeee98
commit
6b183cd47d
1 changed files with 2 additions and 2 deletions
|
@ -2984,7 +2984,7 @@ (define-public twitchy
|
|||
(define-public mlt
|
||||
(package
|
||||
(name "mlt")
|
||||
(version "6.22.1")
|
||||
(version "6.26.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2993,7 +2993,7 @@ (define-public mlt
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jxv848ykw0csbnayrd710ylw46m0picfv7rpzsxz1vh4jzs395k"))))
|
||||
"1gz79xvs5jrzqhwhfk0dqdd3xiavnjp4q957h7nb02rij32byb39"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue