diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 12:19:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 14:03:15 -0400 |
commit | 9f11f67043f22d6232833b3d87838b89a6e09b37 (patch) | |
tree | 0015c7241ad26c16f0b6eaec5a8fe387c2747d89 /gnu/packages/emulators.scm | |
parent | 506425d6bdc968487d1a8ff3e3cacb99385d1bcc (diff) |
gnu: mupen64plus-rsp-hle: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-rsp-hle): Update to 2.5.9.
Change-Id: I68c1f92fd2be820ba437696d61d064a97ed4581e
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index c26b360ce1..d2795233a8 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -974,7 +974,7 @@ SDL input plugin.") (define-public mupen64plus-rsp-hle (package (name "mupen64plus-rsp-hle") - (version "2.5") + (version "2.5.9") (source (origin (method git-fetch) @@ -983,7 +983,7 @@ SDL input plugin.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0pi31qzjjp7aypdvvnz6ms18g09c4gqzxi6328zj8sji94b75gf0")))) + (base32 "0sblabl3dp1jy9izbwyhx90690xdj96yfmwi47kpka8axzj93naq")))) (build-system gnu-build-system) (inputs (list mupen64plus-core)) |