~ruther/guix-local

0e8064d64d0c86b3226ff536b11a7121912a5398 — bdunahu 2 months ago 53cf715
gnu: mupen64plus-rsp-hle: Update to 2.6.0.

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

Change-Id: I44e2c00a40f2935c2838da8e31406a26868488e4
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +2 -2
@@ 1377,7 1377,7 @@ SDL input plugin.")
(define-public mupen64plus-rsp-hle
  (package
    (name "mupen64plus-rsp-hle")
    (version "2.5.9")
    (version "2.6.0")
    (source
     (origin
       (method git-fetch)


@@ 1386,7 1386,7 @@ SDL input plugin.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0sblabl3dp1jy9izbwyhx90690xdj96yfmwi47kpka8axzj93naq"))))
        (base32 "1wdnf9y5b61hxkv7jkz67m1bcqyxykzc24bg9k77ny7jc2q42v93"))))
    (build-system gnu-build-system)
    (inputs
     (list mupen64plus-core))