ngz pushed a commit to branch master
in repository guix.
commit 664f51509f6882db61d16a2d0813b7ee7c6bf809
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Apr 6 16:09:38 2024 +0200
gnu: ode: Update to 0.16.5.
* gnu/packages/game-development.scm (ode): Update to 0.16.5.
Change-Id: I902c05582c2211d2f620970e74af00ba2f9be19c
---
gnu/packages/game-development.scm | 6 +++---
1 file 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