diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-25 23:42:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-26 00:22:46 +0200 |
commit | b704e9ed108bc154ae8277182904e4739aaad35c (patch) | |
tree | af85f68387169d15c64b4ab4b3052982529fd9cc /gnu | |
parent | 5cc96489ae20f3141edfa4d7de08f929991ad477 (diff) | |
download | patches-b704e9ed108bc154ae8277182904e4739aaad35c.tar patches-b704e9ed108bc154ae8277182904e4739aaad35c.tar.gz |
gnu: retroarch: Update to 1.7.9.2.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.9.2.
Diffstat (limited to 'gnu')
-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 8095d3c44d..604214ecbd 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1053,7 +1053,7 @@ emulation community. It provides highly accurate emulation.") (define-public retroarch (package (name "retroarch") - (version "1.7.8.4") + (version "1.7.9.2") (source (origin (method git-fetch) @@ -1062,7 +1062,7 @@ emulation community. It provides highly accurate emulation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1i3i23xwvmck8k2fpalr49np7xjzfg507243mybqrljawlnbxvph")))) + (base32 "14kay5g9rnm79mly7b4x5jwkidjaki8qqkpf21hnj1r2z1q7bp5b")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |