mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
c1d367f57e
commit
610508cf1b
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ (define-public gwenview
|
|||
(define-public kdenlive
|
||||
(package
|
||||
(name "kdenlive")
|
||||
(version "24.02.2")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -309,7 +309,7 @@ (define-public kdenlive
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0chwdsk00lmhdkzac972cslfp772j2sp9ipg21jdixd1016bh8rm"))))
|
||||
(base32 "1kir2drhx194jyb9zbdnk4cixdw022rl26jn1xgxr31pyklqh9in"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
;; XXX: there is a single test that spawns other tests and
|
||||
|
|
Loading…
Reference in a new issue