guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d216146b3400aaf14c536f7791062e04767460a3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 18 14:28:45 2025 +0200

    gnu: xmoto: Update to 0.6.3.
    
    * gnu/packages/games.scm (xmoto): Update to 0.6.3.
    
    Change-Id: I9485a63da04c4192f9799deee161d7c512280da9
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 72b26faedd..abd281504c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11736,7 +11736,7 @@ Xjump game, using SDL instead of Xlib.")
 (define-public xmoto
   (package
     (name "xmoto")
-    (version "0.6.2")
+    (version "0.6.3")
     (source
      (origin
        (method git-fetch)
@@ -11745,7 +11745,7 @@ Xjump game, using SDL instead of Xlib.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14z3yqpiyv4y5l37b12kf8ipgsmb9krb4b5d9adlrry0j43hd7wz"))
+        (base32 "08yi6sgz349s7wa07dyrlbhpkmi25arz0c849qgpsj65vr8n7n8c"))
        (modules '((guix build utils)
                   (ice-9 ftw)
                   (srfi srfi-1)))

Reply via email to