me
/
guix
Archived
1
0
Fork 0

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
Andy Tai 2023-06-22 22:18:58 -07:00 committed by Christopher Baines
parent 040926ece5
commit fd851660db
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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