diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-02-04 09:00:16 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-02-05 08:24:20 +0100 |
commit | 45267af1a3d5b30b3c379be4574b2993e82cefa3 (patch) | |
tree | 5dcdc5dc37e06b73ffaaf932cc704526062f59f1 /gnu/packages/emulators.scm | |
parent | 2dd662f48ea243f713356c27db336ca9b4221d4b (diff) | |
download | patches-45267af1a3d5b30b3c379be4574b2993e82cefa3.tar patches-45267af1a3d5b30b3c379be4574b2993e82cefa3.tar.gz |
gnu: retroarch: Update to 1.7.6.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.6.
[inputs]: Add libxrandr.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 89983bc9eb..5145c19f29 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.5") + (version "1.7.6") (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 "1jfpgl34jjxn3dvxd1kd564swkw7v98hnn562v998b7vllz3dxdm")))) + (base32 "122c6cqax92qk2mhm9ywnwhw3qkv8f1ybma9gal5w6i2gsmp0s0s")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests @@ -1100,6 +1100,7 @@ emulation community. It provides highly accurate emulation.") ("libxinerama" ,libxinerama) ("libxkbcommon" ,libxkbcommon) ("libxml2" ,libxml2) + ("libxrandr" ,libxrandr) ("libxv" ,libxv) ("mesa" ,mesa) ("openal" ,openal) |