[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gcompris-qt: Update to 2.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gcompris-qt: Update to 2.3. |
Date: |
Mon, 14 Mar 2022 10:05:57 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9ba64d70f1 gnu: gcompris-qt: Update to 2.3.
9ba64d70f1 is described below
commit 9ba64d70f1f40d785b2161762ca920d307d46c97
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 14 15:36:34 2022 +0200
gnu: gcompris-qt: Update to 2.3.
* gnu/packages/education.scm (gcompris-qt): Update to 2.3.
---
gnu/packages/education.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 6fe79b99ca..7c3e59117a 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -142,7 +142,7 @@ of categories with some of the activities available in that
category.
(define-public gcompris-qt
(package
(name "gcompris-qt")
- (version "2.1")
+ (version "2.3")
(source
(origin
(method url-fetch)
@@ -150,7 +150,7 @@ of categories with some of the activities available in that
category.
"https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-"
version ".tar.xz"))
(sha256
- (base32 "02j3xv8sa3s5g50zs15wy2giabmhg1q0b8ar73q3fpwvxkz9hcwn"))))
+ (base32 "0qncknaaf168anh4cjp7dqz6qzgx948kvgr32j2vga8mjakqn1aj"))))
(build-system qt-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gcompris-qt: Update to 2.3.,
guix-commits <=