1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

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
This commit is contained in:
Sughosha
2026-02-08 23:58:50 +05:30
committed by Andreas Enge
parent 2bd66a0c8f
commit d03cf0db87
+7 -3
View File
@@ -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