diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-02-18 17:04:04 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-02-18 17:32:51 +0800 |
commit | 83f64925ae27f0f6dff2be392b18e19823044276 (patch) | |
tree | 533db7b7653e6c9a832e0bda562ce51a0c214fc0 /gnu/packages/games.scm | |
parent | e11d14fe55a2b481c1b80596b064c69b6850a05f (diff) | |
download | guix-83f64925ae27f0f6dff2be392b18e19823044276.tar guix-83f64925ae27f0f6dff2be392b18e19823044276.tar.gz |
gnu: retroarch: Update to 1.3.1.
* gnu/packages/games.scm (retroarch): Update to 1.3.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 0766a86e99..8a0b395b85 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -847,7 +847,7 @@ either by Infocom or created using the Inform compiler.") (define-public retroarch (package (name "retroarch") - (version "1.2.2") + (version "1.3.1") (source (origin (method url-fetch) @@ -855,7 +855,7 @@ either by Infocom or created using the Inform compiler.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1bxr8yhk3ad4df544qljsfjfhxa8zy1grq7rn1s02yfvdmgzf4qi")))) + (base32 "1wydzvligyby05x8c4lpg6xcnw9qkmvkskyhzc28xq10vm3q57fv")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |