diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-02-19 08:11:34 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-02-19 08:12:59 +0100 |
commit | 90e37ea088b8ab5ff0d3c4f92c7205f8acdd8d09 (patch) | |
tree | bda093bc3b53c42adb48e68b8732899b2d02b296 /gnu/packages/games.scm | |
parent | 77659ff3ad58c779209737dfd542cf4d6ecc057e (diff) | |
download | guix-90e37ea088b8ab5ff0d3c4f92c7205f8acdd8d09.tar guix-90e37ea088b8ab5ff0d3c4f92c7205f8acdd8d09.tar.gz |
gnu: retroarch: Update to 1.7.1.
* gnu/packages/games.scm (retroarch): Update to 1.7.1.
Diffstat (limited to 'gnu/packages/games.scm')
-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 d15618308b..0ac7d992c9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1622,7 +1622,7 @@ either by Infocom or created using the Inform compiler.") (define-public retroarch (package (name "retroarch") - (version "1.7.0") + (version "1.7.1") (source (origin (method url-fetch) @@ -1630,7 +1630,7 @@ either by Infocom or created using the Inform compiler.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1waskzf99947yqs40n38s86m41jf5v7prvzf8pzfjxzpgyis8bxk")))) + (base32 "0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |