gnu: kdenlive: Update to 24.05.2.

* gnu/packages/kde.scm (kdenlive): Update to 24.05.2.

Change-Id: I171bd40621e1e63a201eb5ea68906853bc32685b
This commit is contained in:
Vinicius Monego 2024-07-07 17:15:27 -03:00
parent c1d367f57e
commit 610508cf1b
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -300,7 +300,7 @@ (define-public gwenview
(define-public kdenlive (define-public kdenlive
(package (package
(name "kdenlive") (name "kdenlive")
(version "24.02.2") (version "24.05.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -309,7 +309,7 @@ (define-public kdenlive
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0chwdsk00lmhdkzac972cslfp772j2sp9ipg21jdixd1016bh8rm")))) (base32 "1kir2drhx194jyb9zbdnk4cixdw022rl26jn1xgxr31pyklqh9in"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
;; XXX: there is a single test that spawns other tests and ;; XXX: there is a single test that spawns other tests and