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

commit 3639a6cf32ded8feff06d616504aa18385122467
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:51 2026 +0530

    gnu: marble: Update to 25.12.2.
    
    * gnu/packages/kde-education.scm (marble): Update to 25.12.2.
    
    Change-Id: Iaa155fbe34fb93602c903fcffe63da154bf2712e
---
 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 18aea0e68c..193df58e5b 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -362,14 +362,14 @@ to perform data analysis.")
 (define-public marble
   (package
     (name "marble")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/marble-" version ".tar.xz"))
        (sha256
-        (base32 "0yywm869ah3hns7bgg08fy5vzgn16igqzignkw3kbvwyn2cvsadf"))))
+        (base32 "078a342zkbd93pbgpv4ys1zynnrc08lk7rh6nqjzmgz046591qir"))))
     (build-system qt-build-system)
     (arguments
      ;; FIXME: libmarblewidget-qt5.so.28 not found.  Also enable the

Reply via email to