[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
- branch master updated (da9f509b03 -> 79c597c0ee), guix-commits, 2024/05/05
- 05/12: gnu: mupen64plus-rsp-hle: Update to 2.5.9., guix-commits, 2024/05/05
- 08/12: gnu: mupen64plus-video-glide64mk2: Update to 2.5.9., guix-commits, 2024/05/05
- 09/12: gnu: mupen64plus-video-rice: Update to 2.5.9., guix-commits, 2024/05/05
- 10/12: gnu: mupen64plus-video-z64: Update to 2.5.9., guix-commits, 2024/05/05
- 11/12: gnu: mupen64plus-ui-console: Update to 2.5.9., guix-commits, 2024/05/05
- 12/12: gnu: zsnes: Relocate to (gnu packages emulator)., guix-commits, 2024/05/05
- 01/12: gnu: mupen64plus-video-glide64: Update to 2.5.9., guix-commits, 2024/05/05
- 03/12: gnu: mupen64plus-audio-sdl: Update to 2.5.9., guix-commits, 2024/05/05
- 04/12: gnu: mupen64plus-input-sdl: Update to 2.5.9., guix-commits, 2024/05/05
- 02/12: gnu: mupen64plus-core: Update to 2.5.9.,
guix-commits <=
- 06/12: gnu: mupen64plus-rsp-z64: Update to 2.5.9., guix-commits, 2024/05/05
- 07/12: gnu: mupen64plus-video-arachnoid: Update to 2.5.9., guix-commits, 2024/05/05