diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-09-16 08:21:58 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-09-16 08:25:04 +0200 |
commit | fb6e550d6b054371bff5d27f4c368a8cd977bb40 (patch) | |
tree | 2b42f72057c703d314f5e47ac46e06124a6c8645 /gnu/packages/emulators.scm | |
parent | eca0f3d0708def490ae779e2e47151c9d0b5c82e (diff) | |
download | guix-fb6e550d6b054371bff5d27f4c368a8cd977bb40.tar guix-fb6e550d6b054371bff5d27f4c368a8cd977bb40.tar.gz |
gnu: retroarch: Update to 1.7.8.4.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.8.4.
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 f59c0fe92b..c6eda97473 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1054,7 +1054,7 @@ emulation community. It provides highly accurate emulation.") (define-public retroarch (package (name "retroarch") - (version "1.7.8.3") + (version "1.7.8.4") (source (origin (method git-fetch) @@ -1063,7 +1063,7 @@ emulation community. It provides highly accurate emulation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0lsfiljy6cin3xsxyh80d6y9a77h7h82fcm6k148cd8mndvyxcdn")))) + (base32 "1i3i23xwvmck8k2fpalr49np7xjzfg507243mybqrljawlnbxvph")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |