[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: kdenlive: Update to 22.12.3.
From: |
guix-commits |
Subject: |
10/10: gnu: kdenlive: Update to 22.12.3. |
Date: |
Mon, 3 Apr 2023 22:17:01 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 2853a4dd5eee7eedb1c19a5fd2d0f2ca468a4509
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Apr 3 22:43:41 2023 -0300
gnu: kdenlive: Update to 22.12.3.
* gnu/packages/kde.scm (kdenlive): Update to 22.12.3.
---
gnu/packages/kde.scm | 6 +++---
1 file 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
- branch master updated (52d373dfef -> 2853a4dd5e), guix-commits, 2023/04/03
- 04/10: gnu: pre-commit: Update to 3.2.2., guix-commits, 2023/04/03
- 05/10: gnu: mlt: Update to 7.14.0., guix-commits, 2023/04/03
- 06/10: gnu: symengine: Update to 0.10.1., guix-commits, 2023/04/03
- 10/10: gnu: kdenlive: Update to 22.12.3.,
guix-commits <=
- 08/10: gnu: qelectrotech: Update to 0.9.0., guix-commits, 2023/04/03
- 09/10: gnu: gsequencer: Update to 4.5.0., guix-commits, 2023/04/03
- 07/10: gnu: python-symengine: Update to 0.10.0., guix-commits, 2023/04/03
- 03/10: gnu: mixxx: Update to 2.3.4., guix-commits, 2023/04/03
- 02/10: gnu: libngspice: Update to 40., guix-commits, 2023/04/03
- 01/10: gnu: python-scikit-rf: Update to 0.26.0., guix-commits, 2023/04/03