guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4809d86ae307398c898da1ce4cb89a144afbc681
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:50 2026 +0530
gnu: gcompris-qt: Update to 26.0.
* gnu/packages/kde-education.scm (gcompris-qt): Update to 26.0.
[inputs]: Add qtgraphs, qtquick3d, qtshadertools and wayland.
Change-Id: I9c741ed86e7bcd2b7fa0aa0d62dc275e29cc7693
---
gnu/packages/kde-education.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm
index 2acdcee0a5..776d3524d5 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -111,7 +111,7 @@ expressions and let you evaluate and draw them.")
(define-public gcompris-qt
(package
(name "gcompris-qt")
- (version "25.1.1")
+ (version "26.0")
(source
(origin
(method url-fetch)
@@ -119,7 +119,7 @@ expressions and let you evaluate and draw them.")
"mirror://kde//stable/gcompris/qt/src/gcompris-qt-"
version ".tar.xz"))
(sha256
- (base32 "0am1dmncwfci8jqc94kzvb98bhzji3qla606my7n5zgmicbfjvb3"))))
+ (base32 "0czk3srhx7g370mhx8yk13ak004h6y8lzqdbj0wqhvnxjszghgbx"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -146,10 +146,14 @@ expressions and let you evaluate and draw them.")
python-wrapper
qtcharts
qtdeclarative
+ qtgraphs
qtmultimedia
+ qtquick3d
qtsensors
+ qtshadertools
qtsvg
- qtwayland))
+ qtwayland
+ wayland))
(home-page "https://gcompris.net/index-en.html")
(synopsis "Educational games for small children")
(description