diff options
author | Vinicius Monego <monego@posteo.net> | 2023-04-03 22:43:41 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-04-03 23:10:33 -0300 |
commit | 2853a4dd5eee7eedb1c19a5fd2d0f2ca468a4509 (patch) | |
tree | 9978a71ea515c85d68bc4d27d9d8a8070633f42b /gnu/packages/kde.scm | |
parent | c2856f2e4e7a4df27502670b4d56cb5b670980bc (diff) |
gnu: kdenlive: Update to 22.12.3.
* gnu/packages/kde.scm (kdenlive): Update to 22.12.3.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 76b6523f24..8a69ef5bad 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2020, 2021, 2022, 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org> ;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org> -;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net> +;;; Copyright © 2021, 2022, 2023 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot> ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; @@ -221,7 +221,7 @@ browser for easy news reading.") (define-public kdenlive (package (name "kdenlive") - (version "22.08.3") + (version "22.12.3") (source (origin (method git-fetch) @@ -230,7 +230,7 @@ browser for easy news reading.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1016mwgrf4dwb945pc2kqm2j8vq86r01s19miq0h4wdgbfxa496c")))) + (base32 "0n7ca6c4nqr9z8ix70qjxw0rivh3hgqd187k4k8vp812yb49qrin")))) (build-system qt-build-system) (arguments ;; XXX: there is a single test that spawns other tests and |