mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ode: Update to 0.16.4.
* gnu/packages/game-development.scm (ode): Update to 0.16.4.
This commit is contained in:
parent
acbb9d2dad
commit
cdaaeb915f
1 changed files with 2 additions and 2 deletions
|
@ -2663,14 +2663,14 @@ (define-public libccd
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue