efraim pushed a commit to branch master
in repository guix.

commit 18b26a437cc95fa6818d0706344619f5418abb2d
Author: la snesne <[email protected]>
AuthorDate: Sun Mar 28 18:05:08 2021 +0900

    gnu: krita: Update to 4.4.3.
    
    * gnu/packages/kde.scm (krita): Update to 4.4.3.
    
    Signed-off-by: Efraim Flashner <[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 213def4..4a989b3 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2020 Prafulla Giri <[email protected]>
 ;;; Copyright © 2020 Zheng Junjie <[email protected]>
 ;;; Copyright © 2021 Alexandros Theodotou <[email protected]>
+;;; Copyright © 2021 la snesne <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -458,7 +459,7 @@ illustrate project schedules.")
 (define-public krita
   (package
     (name "krita")
-    (version "4.4.2")
+    (version "4.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -466,7 +467,7 @@ illustrate project schedules.")
                     "/krita-" version ".tar.gz"))
               (sha256
                (base32
-                "14lprcv7xw6r19bmylcz4c1p1jfazmza2b4m48f3x7vmdv2sx5ln"))))
+                "0rwghzci2wn2jmisvnzs23yxc2z3d4dcx2qbbhcvjyi3q8ij61nl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f

Reply via email to