diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-12-26 11:38:34 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2017-12-26 11:43:00 +0100 |
commit | 41faf6f2c239597f265d7417192d3b87c5443f6c (patch) | |
tree | adde2de7fc42d84c224f4744308ace75982930d3 /gnu/packages | |
parent | f76ff984ebdbed18fce4fe2a62cee73d0ccd8140 (diff) | |
download | guix-41faf6f2c239597f265d7417192d3b87c5443f6c.tar guix-41faf6f2c239597f265d7417192d3b87c5443f6c.tar.gz |
gnu: retroarch: Update to 1.7.0.
* gnu/packages/games.scm (retroarch): Update to 1.7.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ffa09838af..59369fa1c4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1521,7 +1521,7 @@ either by Infocom or created using the Inform compiler.") (define-public retroarch (package (name "retroarch") - (version "1.6.9") + (version "1.7.0") (source (origin (method url-fetch) @@ -1529,7 +1529,7 @@ either by Infocom or created using the Inform compiler.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1d3qbph59d43k10mprqm8h23143yji5mwjkciwynwa4xvsgydpb6")))) + (base32 "1waskzf99947yqs40n38s86m41jf5v7prvzf8pzfjxzpgyis8bxk")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |