diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-21 19:41:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-21 19:44:29 +0200 |
commit | 8c1f1d62e07c2833190f965e9605ae9950da37b2 (patch) | |
tree | 73ecf5460a5dad0400a368641a21494015df019f | |
parent | c58f84aaef8c2ba7f79266deed02e11b71ff4807 (diff) |
gnu: supertuxkart-data: Update to 18612.
* gnu/packages/games.scm (supertuxkart-data): Update to 18612.
Change-Id: I1fb9579d16f4ae7eb35628a4c468ffd18ebb4664
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files 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 |