all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68729] [PATCH] gnu: raylib: Update to 5.0.
@ 2024-01-26  6:12 Juliana Sims
  2024-01-26 16:08 ` Liliana Marie Prikler
  2024-02-09 13:34 ` bug#68729: Close Andreas Enge
  0 siblings, 2 replies; 3+ messages in thread
From: Juliana Sims @ 2024-01-26  6:12 UTC (permalink / raw)
  To: 68729; +Cc: Juliana Sims, Liliana Marie Prikler, 宋文武

Hello,

This patch simply updates raylib to the latest version.

Thanks,
Juli

* gnu/packages/game-development.scm (raylib): Update to 5.0.

Change-Id: If3797a5f88bdd7f72d47f7f83556e16b319a38f9
---
 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 ea1adf0ecf..0e0c1f5c65 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3228,7 +3228,7 @@ (define-public recastnavigation
 (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 @@ (define-public raylib
               ;; TODO: Unbundle src/external
               (sha256
                (base32
-                "00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
+                "0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f  ;no test

base-commit: fdffaa2256775a48585dbc563d646fdccb96f284
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-09 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26  6:12 [bug#68729] [PATCH] gnu: raylib: Update to 5.0 Juliana Sims
2024-01-26 16:08 ` Liliana Marie Prikler
2024-02-09 13:34 ` bug#68729: Close Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.