guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/12: gnu: kdenlive: Update to 23.04.2


From: guix-commits
Subject: 10/12: gnu: kdenlive: Update to 23.04.2
Date: Mon, 26 Jun 2023 05:13:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit fd851660db35f4fd14cb3a132391ca30cbc99f79
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 22 22:18:58 2023 -0700

    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>
---
 gnu/packages/kde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 28b4ce1ee0..5e8e69487e 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -221,7 +221,7 @@ browser for easy news reading.")
 (define-public kdenlive
   (package
     (name "kdenlive")
-    (version "22.12.3")
+    (version "23.04.2")
     (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 "0n7ca6c4nqr9z8ix70qjxw0rivh3hgqd187k4k8vp812yb49qrin"))))
+        (base32 "0dgrgnnq38nphfzbapr7dkb21lv4idqynxqmzv9x3maijmp1jjfr"))))
     (build-system qt-build-system)
     (arguments
      ;; XXX: there is a single test that spawns other tests and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]