apteryx pushed a commit to branch master
in repository guix.

commit 53a457e4a15c1e4a6d3474212bf54b8cede048a2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Oct 29 10:37:58 2024 +0900

    gnu: mygui: Update to 3.4.3.
    
    * gnu/packages/game-development.scm (mygui): Update to 3.4.3.
    
    Change-Id: I5732fc176c5cfafabe3346367f0790e6a5f4a8e9
    Series-to: [email protected]
    Series-version: 2
---
 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 6be9d746c7..c39b15f21c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1808,7 +1808,7 @@ robust and compatible with many systems and operating 
systems.")
 (define-public mygui
   (package
     (name "mygui")
-    (version "3.4.2")
+    (version "3.4.3")
     (source
      (origin
        (method git-fetch)
@@ -1817,7 +1817,7 @@ robust and compatible with many systems and operating 
systems.")
              (commit (string-append "MyGUI" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gkfahz118gpqa2906cjb3d4w8g13rv8v3ma7s0ml9l5cci785f8"))))
+        (base32 "0nayw5shm5nly9bjp0g372kg5ia64dvn6mrmi1c6mdg0n6vgs9xa"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; No test target

Reply via email to