mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: bullet: Update to 2.86.1.
* gnu/packages/game-development.scm (bullet): Update to 2.86.1.
This commit is contained in:
parent
167f0e823e
commit
fd22791e2c
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ (define-module (gnu packages game-development)
|
||||||
(define-public bullet
|
(define-public bullet
|
||||||
(package
|
(package
|
||||||
(name "bullet")
|
(name "bullet")
|
||||||
(version "2.85.1")
|
(version "2.86.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/bulletphysics/bullet3/"
|
(uri (string-append "https://github.com/bulletphysics/bullet3/"
|
||||||
|
@ -78,7 +78,7 @@ (define-public bullet
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qpd37ws0xlxwy55dg058a5b4yw2jxiz09yyc3lc0frpa05pq5bf"))))
|
"0nghzcl84p8di215p7xj0gy1hyy072hw2xk9cnmav9hv6bjb4n60"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list (string-append
|
'(#:configure-flags (list (string-append
|
||||||
|
|
Loading…
Reference in a new issue