Archived
1
0
Fork 0

gnu: kdenlive: Update to 24.02.2.

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

Change-Id: Ib7c50ca2413add01807e792da967108f66fed852
This commit is contained in:
Vinicius Monego 2024-05-03 16:22:28 -03:00
parent 0680eadf3b
commit 43e790f4c9
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -299,7 +299,7 @@ annotating features.")
(define-public kdenlive (define-public kdenlive
(package (package
(name "kdenlive") (name "kdenlive")
(version "23.08.3") (version "24.02.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -308,7 +308,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 "0qwnz99wdlfkc08imf18wdvms9lzsph4nyjh2845145sl322yans")))) (base32 "0chwdsk00lmhdkzac972cslfp772j2sp9ipg21jdixd1016bh8rm"))))
(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