diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | cdaaeb915fb1c0bbc0908605e76b891c05293a69 (patch) | |
tree | 4336b68d5ec502bf6c2bc797a4206bec633d0bb4 /gnu/packages | |
parent | acbb9d2dadc7011bce7e022689633944e595e75b (diff) | |
download | guix-cdaaeb915fb1c0bbc0908605e76b891c05293a69.tar.gz |
gnu: ode: Update to 0.16.4.
* gnu/packages/game-development.scm (ode): Update to 0.16.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 5668672f4d..9d1a429662 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2663,14 +2663,14 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.") (define-public ode (package (name "ode") - (version "0.16.3") + (version "0.16.4") (source (origin (method url-fetch) (uri (string-append "https://bitbucket.org/odedevs/ode/downloads/" "ode-" version ".tar.gz")) (sha256 - (base32 "04y40czkh71m1p2r8ddfn5bajvlh7yyfa928jvi8qipwkgsdnhf7")) + (base32 "0rrl4pn4h3g0ay0i3n61pr6bwyk9vgar17vjal56pj66h617n0vi")) (modules '((guix build utils))) (snippet '(begin |