From d03cf0db871510f9d5fcb0f945304c770fcc9d94 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Sun, 8 Feb 2026 23:58:50 +0530 Subject: [PATCH] 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 338e75eb00a..46b2701b085 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