guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: mupen64plus-core: Update to 2.5.9.


From: guix-commits
Subject: 02/12: gnu: mupen64plus-core: Update to 2.5.9.
Date: Sun, 5 May 2024 14:52:01 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4e6701a09a1de0830469738baa6227a7f6ac7270
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun May 5 12:19:20 2024 -0400

    gnu: mupen64plus-core: Update to 2.5.9.
    
    * gnu/packages/emulators.scm (mupen64plus-core): Update to 2.5.9.
    [native-inputs]: Add nasm.
    
    Change-Id: I9960b697124c130e75f765d55e1ce8a56dda168b
---
 gnu/packages/emulators.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index e1000ec8dc..331e423669 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -837,7 +837,7 @@ from an emulator---from save states to scaling filters.")
 (define-public mupen64plus-core
   (package
     (name "mupen64plus-core")
-    (version "2.5")
+    (version "2.5.9")
     (source
      (origin
        (method git-fetch)
@@ -846,10 +846,10 @@ from an emulator---from save states to scaling filters.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "116fndl6652zrp1r6ag4xv3dzp1x52mlvadj8xwflq07fd5rhri1"))))
+        (base32 "1iav8r3f0r44sq9pz4zjqrdzyspk412c117ywxz02qpjkhkf91a3"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list pkg-config which))
+     (list pkg-config nasm which))
     (inputs
      (list freetype
            glu



reply via email to

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