diff options
-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 66a112d8b5..1d064fed2a 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; Copyright © 2020, 2021 Michael Rohleder <[email protected]> ;;; Copyright © 2020 Prafulla Giri <[email protected]> -;;; Copyright © 2020 Zheng Junjie <[email protected]> +;;; Copyright © 2020, 2021 Zheng Junjie <[email protected]> ;;; Copyright © 2021 Alexandros Theodotou <[email protected]> ;;; Copyright © 2021 la snesne <[email protected]> ;;; Copyright © 2021 Vinicius Monego <[email protected]> @@ -451,7 +451,7 @@ illustrate project schedules.") (define-public krita (package (name "krita") - (version "4.4.5") + (version "4.4.8") (source (origin (method url-fetch) (uri (string-append @@ -459,7 +459,7 @@ illustrate project schedules.") "/krita-" version ".tar.gz")) (sha256 (base32 - "0s3mzgkxb316y1wncrr8l3w5nnqszhvdh8qi1nh6040dhy075zab")))) + "1y0d8gnxfdg5nfwk8dgx8fc2bwskvnys049napb1a9fr25bqmimw")))) (build-system cmake-build-system) (arguments `(#:tests? #f |