apteryx pushed a commit to branch master
in repository guix.

commit e4020c27326d3b8339d4a5f803dd1c51e6a6fa54
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Oct 29 21:00:25 2024 +0900

    gnu: bullet: Update to 3.25.
    
    * gnu/packages/game-development.scm (bullet): Update to 3.25.
    
    Change-Id: I73844285c63fe0288f247f3fd441201fdffb5505
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index c39b15f21c..71a11bc61b 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -135,7 +135,7 @@
 (define-public bullet
   (package
     (name "bullet")
-    (version "3.17")
+    (version "3.25")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -144,7 +144,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0x1ghxbkvqr910sp01sjf4hlfy4sdgn2jx2qf0dsi697bzq1f3mr"))
+                "08xq225zw6z4ic0whaf8xn697vv5lkrdzfkmjvm32biidbjg8qq0"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to