guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: raylib: Update to 4.5.0.


From: guix-commits
Subject: 01/02: gnu: raylib: Update to 4.5.0.
Date: Sat, 13 May 2023 05:36:23 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 733c8a6c54d9446f4fc3b66196216734fef99fee
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun May 7 19:48:48 2023 +0800

    gnu: raylib: Update to 4.5.0.
    
    * gnu/packages/game-development.scm (raylib): Update to 4.5.0.
---
 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 844ce935ae..560765fd64 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2853,7 +2853,7 @@ progresses the level, or you may regenerate tiles as the 
world changes.")
 (define-public raylib
   (package
     (name "raylib")
-    (version "4.2.0")
+    (version "4.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2863,7 +2863,7 @@ progresses the level, or you may regenerate tiles as the 
world changes.")
               ;; TODO: Unbundle src/external
               (sha256
                (base32
-                "14v5iwxh8grywiyw9agpd2sfpyriq1rwwkd9f2s4iihh0z5j7hk8"))))
+                "00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f  ;no test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]