mothacehe pushed a commit to branch master
in repository guix.

commit 18bf33a7c0da95545e6b9a72a5122635bea50cf6
Author: Prafulla Giri <[email protected]>
AuthorDate: Wed Sep 16 22:10:18 2020 +0545

    gnu: kdenlive: Update to 20.08.1.
    
    * gnu/packages/kde.scm (kdenlive): Update to 20.08.1.
    
    Signed-off-by: Mathieu Othacehe <[email protected]>
---
 gnu/packages/kde.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 75e7f39..522907d 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2019, 2020 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Michael Rohleder <[email protected]>
+;;; Copyright © 2020 Prafulla Giri <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -134,7 +135,7 @@ This package contains GUI widgets for baloo.")
      (list license:lgpl2.1+ license:fdl1.2+))))
 
 (define-public kdenlive
-  (let ((version "20.04.1"))
+  (let ((version "20.08.1"))
     (package
       (name "kdenlive")
       (version version)
@@ -147,7 +148,7 @@ This package contains GUI widgets for baloo.")
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "0n0x34xmcn0k87rqnz0mk462b3al4gq56kn4m00rr428hafscdz7"))))
+           "15mpw1sysy7mky8fcj0x4zbspz0na7q76xdfj0j8hsggg9d3yq8l"))))
       (build-system cmake-build-system)
       (native-inputs
        `(("extra-cmake-modules" ,extra-cmake-modules)

Reply via email to