all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46112] [PATCH] gnu: krita: Update to 4.4.2.
@ 2021-01-26 13:26 Michael Rohleder
  2021-01-26 20:21 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-26 13:26 UTC (permalink / raw)
  To: 46112

* gnu/packages/kde.scm (krita): Update to 4.4.2.
---
 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 2f321fc911..73be8af9b0 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2018, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
 ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com>
 ;;;
@@ -456,7 +456,7 @@ illustrate project schedules.")
 (define-public krita
   (package
     (name "krita")
-    (version "4.4.1")
+    (version "4.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -464,7 +464,7 @@ illustrate project schedules.")
                     "/krita-" version ".tar.gz"))
               (sha256
                (base32
-                "05rq5hkh2lmk8hall2h9ccaav0nw8fj7vd4aff5fyp2fiq3aybbg"))))
+                "14lprcv7xw6r19bmylcz4c1p1jfazmza2b4m48f3x7vmdv2sx5ln"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#46112] [PATCH] gnu: krita: Update to 4.4.2.
  2021-01-26 13:26 [bug#46112] [PATCH] gnu: krita: Update to 4.4.2 Michael Rohleder
@ 2021-01-26 20:21 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-01-26 20:21 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46112

On Tue, Jan 26, 2021 at 02:26:41PM +0100, Michael Rohleder wrote:
> * gnu/packages/kde.scm (krita): Update to 4.4.2.

Thanks! Pushed as 5b4239b9f5590da1aa0c66a527b111f91b9301c3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 13:26 [bug#46112] [PATCH] gnu: krita: Update to 4.4.2 Michael Rohleder
2021-01-26 20:21 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.