guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Krita: Update to 4.1.5.


From: Leo Famulari
Subject: 01/01: gnu: Krita: Update to 4.1.5.
Date: Thu, 11 Oct 2018 13:11:02 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3bee949b032186cca4dbb5173f4f4fecd34da368
Author: Leo Famulari <address@hidden>
Date:   Thu Oct 11 13:03:58 2018 -0400

    gnu: Krita: Update to 4.1.5.
    
    * gnu/packages/kde.scm (krita): Update to 4.1.5.
---
 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 3dfba6d..c216425 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -317,7 +317,7 @@ plugins, as well as code to create plugins, or complete 
applications.")
 (define-public krita
   (package
     (name "krita")
-    (version "4.1.3")
+    (version "4.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -326,7 +326,7 @@ plugins, as well as code to create plugins, or complete 
applications.")
                     "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0d546dxs552z0pxnaka1jm7ksravw17f777wf593z0pl4ds8dgdx"))))
+                "1by8p8ifdp03f05bhg8ygdd1j036anfpjjnzbx63l2fbmy9k6q10"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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