guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8c1f1d62e07c2833190f965e9605ae9950da37b2
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Mon Jul 21 19:41:51 2025 +0200

    gnu: supertuxkart-data: Update to 18612.
    
    * gnu/packages/games.scm (supertuxkart-data): Update to 18612.
    
    Change-Id: I1fb9579d16f4ae7eb35628a4c468ffd18ebb4664
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5c6fbf027c..e6b05976f0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4935,8 +4935,7 @@ This package expects the game(s) to be placed in 
subdirectories of
   ;; There are no tags or releases for the stk-assets data, nor indication of
   ;; which revision is bundled into the released SuperTuxKart-*-src tarball;
   ;; use the latest SVN revision available.
-  (let ((commit "18593")
-        (revision "0"))
+  (let ((commit "18612"))
     (hidden-package
      (package
        (name "supertuxkart-data")
@@ -4953,7 +4952,7 @@ This package expects the game(s) to be placed in 
subdirectories of
           (file-name (string-append name "-" commit "-checkout"))
           (sha256
            (base32
-            "0x2l45w1ahgkw9mrbcxzwdlqs7rams6rsga9m40qjapfiqmvlvbg"))))
+            "1r21m1aginn4wmgrasv2a0cky75l2wk50pqja80k3fbc1gs3hbhz"))))
        (build-system copy-build-system)
        (arguments
         (list #:install-plan

Reply via email to