From 9b3ff9c18ba1a209cb211f527b3281ed2f98ec06 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Tue, 7 Oct 2025 16:00:40 +0530 Subject: [PATCH] gnu: kalgebra: Update to 25.08.1. * gnu/packages/kde-education.scm (kalgebra): Update to 25.08.1. [inputs]: Add qtwayland. Change-Id: Id22ee320836bdc385c90ffedeb40eea6bfda03a5 --- gnu/packages/kde-education.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm index cd0f36b2337..f59d3b78f5d 100644 --- a/gnu/packages/kde-education.scm +++ b/gnu/packages/kde-education.scm @@ -59,7 +59,7 @@ expressions and let you evaluate and draw them.") (define-public kalgebra (package (name "kalgebra") - (version "24.12.3") + (version "25.08.1") (source (origin (method git-fetch) @@ -68,7 +68,7 @@ expressions and let you evaluate and draw them.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g4rrq3csp0w6xhc5cbbilz7xhhq9zdngc8bc9d16p02xz61qd4i")))) + (base32 "00cryk135104pdid6sai763yxh6ghlzgg9rfi5qxlb0nidia0mgl")))) (build-system qt-build-system) (arguments (list @@ -99,6 +99,7 @@ expressions and let you evaluate and draw them.") qtbase qtdeclarative qtsvg + qtwayland qtwebengine qtwebchannel readline))