[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: mupen64plus-video-arachnoid: Update to 2.5.9.
From: |
guix-commits |
Subject: |
07/12: gnu: mupen64plus-video-arachnoid: Update to 2.5.9. |
Date: |
Sun, 5 May 2024 14:52:04 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 52bfa64956c9756f994a27cb8cbfeb55a961b0d2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun May 5 12:19:21 2024 -0400
gnu: mupen64plus-video-arachnoid: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-video-arachnoid): Update to 2.5.9.
Change-Id: I2751cca9a553029fbceba59762e498931a1f9946
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 3de5fecf39..1ab15e8eff 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1058,7 +1058,7 @@ Z64 RSP processor plugin.")
(define-public mupen64plus-video-arachnoid
(package
(name "mupen64plus-video-arachnoid")
- (version "2.0.0")
+ (version "2.5.9")
(source
(origin
(method git-fetch)
@@ -1067,7 +1067,7 @@ Z64 RSP processor plugin.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1v9fqwpb6pawr8z5cm2ki7bqkks4iyr5c4jy4v5khj6h8zcv55gc"))))
+ (base32 "1bkzbmg53qiwvza9h45d76rbyn0isbb31cfp5qqza0fzmgjxhv1d"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config which))
- 08/12: gnu: mupen64plus-video-glide64mk2: Update to 2.5.9., (continued)
- 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, 2024/05/05
- 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 <=