me
/
guix
Archived
1
0
Fork 0

gnu: mupen64plus-rsp-hle: Update to 2.5.9.

* gnu/packages/emulators.scm (mupen64plus-rsp-hle): Update to 2.5.9.

Change-Id: I68c1f92fd2be820ba437696d61d064a97ed4581e
master
Maxim Cournoyer 2024-05-05 12:19:21 -04:00
parent 506425d6bd
commit 9f11f67043
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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))