gnu: kdenlive: Update to 23.04.2
* gnu/packages/kde.scm (kdenlive): Update to 23.04.2 Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
040926ece5
commit
fd851660db
|
@ -221,7 +221,7 @@ browser for easy news reading.")
|
||||||
(define-public kdenlive
|
(define-public kdenlive
|
||||||
(package
|
(package
|
||||||
(name "kdenlive")
|
(name "kdenlive")
|
||||||
(version "22.12.3")
|
(version "23.04.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -230,7 +230,7 @@ browser for easy news reading.")
|
||||||
(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 "0n7ca6c4nqr9z8ix70qjxw0rivh3hgqd187k4k8vp812yb49qrin"))))
|
(base32 "0dgrgnnq38nphfzbapr7dkb21lv4idqynxqmzv9x3maijmp1jjfr"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue