diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-10 01:32:42 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-03-05 21:55:32 +0800 |
commit | 5dc1135d79d1ef1503a122628070e923b412fa60 (patch) | |
tree | 4624959c4cba350adbdd0196ec6854562e51b77e | |
parent | cc71a8e8ea21584353e22771be643bdaadfa0c12 (diff) | |
download | guix-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.scm | 4 |
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 |