diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-21 20:05:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-21 22:08:02 +0100 |
commit | d280a0faeaba67be03a37b49a300bafb5b9a3e8f (patch) | |
tree | 8c87b0052dd8ef9789bc3a8c52cb96268c710332 | |
parent | a28835a007c63fffe9b3649b769a7c38267067bc (diff) |
gnu: retroarch: Update to 1.6.9.
* gnu/packages/games.scm (retroarch): Update to 1.6.9.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
-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 816e528600..73ffa74c7b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1346,7 +1346,7 @@ either by Infocom or created using the Inform compiler.") (define-public retroarch (package (name "retroarch") - (version "1.6.8") + (version "1.6.9") (source (origin (method url-fetch) @@ -1354,7 +1354,7 @@ either by Infocom or created using the Inform compiler.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "129w73jz2c2jwm8cxv8q9d0jacdsam5x91gvydlcy8asd2dyhpn5")))) + (base32 "1d3qbph59d43k10mprqm8h23143yji5mwjkciwynwa4xvsgydpb6")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |