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

commit 8b2bfddb2a96f4206d6602ecf8f190e463632183
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:13 2025 +0530

    gnu: marble-qt: Update to 25.12.0.
    
    * gnu/packages/kde-education.scm (marble-qt): Update to 25.12.0.
    [source]: Switch to url-fetch.
    
    Change-Id: I422f4f054ea3f873479357ff850ba6e35c1ae9eb
---
 gnu/packages/kde-education.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm
index f62448d10c..628d49b4f6 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -362,16 +362,14 @@ to perform data analysis.")
 (define-public marble-qt
   (package
     (name "marble-qt")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://invent.kde.org/education/marble.git/";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/"
+                           version "/src/marble-" version ".tar.xz"))
        (sha256
-        (base32 "0ggb9cjbmv0aykih1qg1gyac4zrh8qydxfkrcdjrv916jmh8skx6"))))
+        (base32 "0yywm869ah3hns7bgg08fy5vzgn16igqzignkw3kbvwyn2cvsadf"))))
     (build-system qt-build-system)
     (arguments
      ;; FIXME: libmarblewidget-qt5.so.28 not found.  Also enable the

Reply via email to