gnu: kdenlive: Update to 20.08.3.
* gnu/packages/kde.scm (kdenlive): Update to 20.08.3.
This commit is contained in:
parent
ac37c10de7
commit
c073efc91c
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ This package contains GUI widgets for baloo.")
|
||||||
(list license:lgpl2.1+ license:fdl1.2+))))
|
(list license:lgpl2.1+ license:fdl1.2+))))
|
||||||
|
|
||||||
(define-public kdenlive
|
(define-public kdenlive
|
||||||
(let ((version "20.08.2"))
|
(let ((version "20.08.3"))
|
||||||
(package
|
(package
|
||||||
(name "kdenlive")
|
(name "kdenlive")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -149,7 +149,7 @@ This package contains GUI widgets for baloo.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zcckv4wj12pvxjg85c8l67vi3amz79yv8mf7m4fbxnam3yxhy90"))))
|
(base32 "0x0qfwf6wfnybjyjvmllpf87sm27d1n2akslhp2k8ins838qy55i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Reference in a new issue