diff options
author | Nicolas Goaziou <[email protected]> | 2024-04-06 16:09:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-04-06 16:49:05 +0200 |
commit | 664f51509f6882db61d16a2d0813b7ee7c6bf809 (patch) | |
tree | cc74fc6d617d55ba01b67885e916c87c178b81a2 | |
parent | 2d8aa8bab6eeab8c4977cd201cc05192cc81a462 (diff) |
gnu: ode: Update to 0.16.5.
* gnu/packages/game-development.scm (ode): Update to 0.16.5.
Change-Id: I902c05582c2211d2f620970e74af00ba2f9be19c
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index ae313a8edf..43bcd3c7ba 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2019 Pierre Neidhardt <[email protected]> ;;; Copyright © 2019, 2020, 2021 Liliana Marie Prikler <[email protected]> ;;; Copyright © 2019 Jethro Cao <[email protected]> -;;; Copyright © 2020-2023 Nicolas Goaziou <[email protected]> +;;; Copyright © 2020-2024 Nicolas Goaziou <[email protected]> ;;; Copyright © 2020 Timotej Lazar <[email protected]> ;;; Copyright © 2020 Giacomo Leidi <[email protected]> ;;; Copyright © 2021 Alexandru-Sergiu Marton <[email protected]> @@ -2817,14 +2817,14 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.") (define-public ode (package (name "ode") - (version "0.16.4") + (version "0.16.5") (source (origin (method url-fetch) (uri (string-append "https://bitbucket.org/odedevs/ode/downloads/" "ode-" version ".tar.gz")) (sha256 - (base32 "0rrl4pn4h3g0ay0i3n61pr6bwyk9vgar17vjal56pj66h617n0vi")) + (base32 "0ya6slmy2iysx3fql7w7r56c7gsk93qp1apfjn3raw252vfmx1xs")) (modules '((guix build utils))) (snippet '(begin |