gnu: kdenlive: Update to 24.12.0.

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

Change-Id: I860f43c2ef5120faaeb3be26e0ca45c93555c64b
This commit is contained in:
Vinicius Monego 2024-11-22 20:18:37 -03:00
parent bfed6bfb62
commit aabdbc8841
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -332,7 +332,7 @@ annotating features.")
(define-public kdenlive (define-public kdenlive
(package (package
(name "kdenlive") (name "kdenlive")
(version "24.05.2") (version "24.12.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -341,7 +341,7 @@ annotating features.")
(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 "1kir2drhx194jyb9zbdnk4cixdw022rl26jn1xgxr31pyklqh9in")))) (base32 "1jnpgvv2cvklp0dn1fy2mykmsl7y35kl32l3kdgzfp8dvj058164"))))
(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