guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: marble: Update to 25.12.0.
    
    * gnu/packages/kde-education.scm (marble): 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 00f3e95f85..d9fe7b289f 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -362,16 +362,14 @@ to perform data analysis.")
 (define-public marble
   (package
     (name "marble")
-    (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