aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2025-01-10 01:32:42 +0800
committerZheng Junjie <z572@z572.online>2025-03-05 21:55:32 +0800
commit5dc1135d79d1ef1503a122628070e923b412fa60 (patch)
tree4624959c4cba350adbdd0196ec6854562e51b77e
parentcc71a8e8ea21584353e22771be643bdaadfa0c12 (diff)
downloadguix-5dc1135d79d1ef1503a122628070e923b412fa60.tar.gz
guix-5dc1135d79d1ef1503a122628070e923b412fa60.zip
gnu: gcompris-qt: Update to 4.3.
* gnu/packages/education.scm (gcompris-qt): Update to 4.3. Change-Id: I8de875a38bcc3b7f4abab61ab2037e11846c0d84
-rw-r--r--gnu/packages/education.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 419a8c6ce4..18389136b7 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -219,7 +219,7 @@ of categories with some of the activities available in that category.
(define-public gcompris-qt
(package
(name "gcompris-qt")
- (version "4.1")
+ (version "4.3")
(source
(origin
(method url-fetch)
@@ -227,7 +227,7 @@ of categories with some of the activities available in that category.
"mirror://kde/stable/gcompris/qt/src/gcompris-qt-"
version ".tar.xz"))
(sha256
- (base32 "1186ba3vn59fqdpgbvnvxqm8a3b7ginmw1sb3m5fr2az40xiqg9z"))))
+ (base32 "1ixm0gdpxpbkz2zspvvrkwdjadrc03wxm4d1kk1ckv3f8f3i7sn7"))))
(build-system qt-build-system)
(arguments
`(#:phases