guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit eef25b910859c0ca7b9924576e8ac18f639c3bec
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:50 2026 +0530

    gnu: kalgebra: Update to 25.12.2.
    
    * gnu/packages/kde-education.scm (kalgebra): Update to 25.12.2.
    
    Change-Id: I4614fe683f8b1e503742c4fa8fb20723279e3ef9
---
 gnu/packages/kde-education.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm
index 078aa9d64a..1055fb6ac0 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -172,14 +172,14 @@ Currently available boards include:
 (define-public kalgebra
   (package
     (name "kalgebra")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kalgebra-" version ".tar.xz"))
        (sha256
-        (base32 "1mbw8gkrmxjklipz02f83n216j9061kxf6bbif7ysgg0xzcramzv"))))
+        (base32 "0h08lhm9ycyzjs3vga4rbdxl04j11n6p2xypzgirxx6hmg0nhnk9"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to