[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: raylib: Update to 5.0.
From: |
guix-commits |
Subject: |
10/10: gnu: raylib: Update to 5.0. |
Date: |
Sat, 3 Feb 2024 08:23:04 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 179bb57d2532ee6b81791e078b0f782cbf88cb84
Author: Juliana Sims <juli@incana.org>
AuthorDate: Fri Jan 26 01:12:08 2024 -0500
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>
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index dd2ba36311..5f1331183d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3228,7 +3228,7 @@ progresses the level, or you may regenerate tiles as the
world changes.")
(define-public raylib
(package
(name "raylib")
- (version "4.5.0")
+ (version "5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3238,7 +3238,7 @@ progresses the level, or you may regenerate tiles as the
world changes.")
;; TODO: Unbundle src/external
(sha256
(base32
- "00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
+ "0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;no test
- branch master updated (9389070b9c -> 179bb57d25), guix-commits, 2024/02/03
- 03/10: gnu: Add python-clingo-dl., guix-commits, 2024/02/03
- 07/10: gnu: Add python-tzdata., guix-commits, 2024/02/03
- 09/10: gnu: python-rpy2: Update to 3.5.15., guix-commits, 2024/02/03
- 01/10: gnu: Add waffle., guix-commits, 2024/02/03
- 02/10: gnu: Add piglit., guix-commits, 2024/02/03
- 05/10: gnu: Add python-plingo., guix-commits, 2024/02/03
- 04/10: gnu: python-clorm: Reindent with emacs., guix-commits, 2024/02/03
- 08/10: gnu: python-tzlocal: Update to 5.2., guix-commits, 2024/02/03
- 10/10: gnu: raylib: Update to 5.0.,
guix-commits <=
- 06/10: gnu: Add lua-clingo., guix-commits, 2024/02/03