mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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>
This commit is contained in:
parent
040926ece5
commit
fd851660db
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ (define-public akregator
|
|||
(define-public kdenlive
|
||||
(package
|
||||
(name "kdenlive")
|
||||
(version "22.12.3")
|
||||
(version "23.04.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -230,7 +230,7 @@ (define-public kdenlive
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n7ca6c4nqr9z8ix70qjxw0rivh3hgqd187k4k8vp812yb49qrin"))))
|
||||
(base32 "0dgrgnnq38nphfzbapr7dkb21lv4idqynxqmzv9x3maijmp1jjfr"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
;; XXX: there is a single test that spawns other tests and
|
||||
|
|
Loading…
Reference in a new issue