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.0.1.


From: Leo Famulari
Subject: 01/01: gnu: krita: Update to 4.0.1.
Date: Wed, 11 Apr 2018 20:04:15 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b061e76ef42dbefd5efb88e392fc94cd651b0201
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 11 20:03:38 2018 -0400

    gnu: krita: Update to 4.0.1.
    
    * gnu/packages/kde.scm (krita): Update to 4.0.1.
---
 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 686a505..1d14e4b 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -236,7 +236,7 @@ plugins, as well as code to create plugins, or complete 
applications.")
 (define-public krita
   (package
     (name "krita")
-    (version "4.0.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -245,7 +245,7 @@ plugins, as well as code to create plugins, or complete 
applications.")
                     "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0dh3bm90mxrbyvdp7x7hcf5li48j7ppkb44lls65lpn6c59r5waz"))))
+                "0k55ybvna40dx4fqygnix7bnhjaanak3ckb108hny2k7sspy62pc"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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