mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
0680eadf3b
commit
43e790f4c9
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ (define-public gwenview
|
|||
(define-public kdenlive
|
||||
(package
|
||||
(name "kdenlive")
|
||||
(version "23.08.3")
|
||||
(version "24.02.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -308,7 +308,7 @@ (define-public kdenlive
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qwnz99wdlfkc08imf18wdvms9lzsph4nyjh2845145sl322yans"))))
|
||||
(base32 "0chwdsk00lmhdkzac972cslfp772j2sp9ipg21jdixd1016bh8rm"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
;; XXX: there is a single test that spawns other tests and
|
||||
|
|
Loading…
Reference in a new issue