[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Krita: Update to 4.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Krita: Update to 4.4.0. |
Date: |
Tue, 13 Oct 2020 23:23:54 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ec78039 gnu: Krita: Update to 4.4.0.
ec78039 is described below
commit ec7803981a74b733c58cbb63dea4ed724c24e2de
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Oct 13 23:22:04 2020 -0400
gnu: Krita: Update to 4.4.0.
* gnu/packages/kde.scm (krita): Update to 4.4.0.
---
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 92d6c45..f38f642 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -374,7 +374,7 @@ illustrate project schedules.")
(define-public krita
(package
(name "krita")
- (version "4.3.0")
+ (version "4.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -382,7 +382,7 @@ illustrate project schedules.")
"/krita-" version ".tar.gz"))
(sha256
(base32
- "1njbxv7b56if838gv7ydzm1sprgmaabnp0jlj0bxryxzfdy8hwfh"))))
+ "13r7x4gql5wp88hmpv9m6m3lh7gsybm4la48hqbjcb3iwiv86pzw"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Krita: Update to 4.4.0.,
guix-commits <=