guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c61b4aee33dfbcfc95b48ba27e26eda6163f301a
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 16:00:40 2025 +0530
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 cd0f36b233..f59d3b78f5 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))