diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 0f96784dd3..9f196193ca 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2019 Pierre Neidhardt ;;; Copyright © 2019, 2020, 2021 Liliana Marie Prikler ;;; Copyright © 2019 Jethro Cao -;;; Copyright © 2020-2022 Nicolas Goaziou +;;; Copyright © 2020-2023 Nicolas Goaziou ;;; Copyright © 2020 Timotej Lazar ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Alexandru-Sergiu Marton @@ -2390,14 +2390,14 @@ (define-public libccd (define-public ode (package (name "ode") - (version "0.16.2") + (version "0.16.3") (source (origin (method url-fetch) (uri (string-append "https://bitbucket.org/odedevs/ode/downloads/" "ode-" version ".tar.gz")) (sha256 - (base32 "08hgh4gqdk77jcw8b7gq2mwsfg4a5v5y0j7g42bxiqhmn3ffnsmj")) + (base32 "04y40czkh71m1p2r8ddfn5bajvlh7yyfa928jvi8qipwkgsdnhf7")) (modules '((guix build utils))) (snippet '(begin