gnu: raylib: Update to 5.0.
* gnu/packages/game-development.scm (raylib): Update to 5.0. Change-Id: If3797a5f88bdd7f72d47f7f83556e16b319a38f9 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
e90fe9e7a1
commit
179bb57d25
1 changed files with 2 additions and 2 deletions
|
@ -3228,7 +3228,7 @@ progresses the level, or you may regenerate tiles as the world changes.")
|
||||||
(define-public raylib
|
(define-public raylib
|
||||||
(package
|
(package
|
||||||
(name "raylib")
|
(name "raylib")
|
||||||
(version "4.5.0")
|
(version "5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3238,7 +3238,7 @@ progresses the level, or you may regenerate tiles as the world changes.")
|
||||||
;; TODO: Unbundle src/external
|
;; TODO: Unbundle src/external
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
|
"0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no test
|
(list #:tests? #f ;no test
|
||||||
|
|
Reference in a new issue