diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-09-23 09:00:34 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-09-23 09:02:03 +0300 |
commit | fc3b2cbb046458d17094fd567b24c30d862dee64 (patch) | |
tree | 8f0d92706006f4ca21faf2263587379c0e760258 /gnu/packages/games.scm | |
parent | 5989d4eaac8b1b98805d1e85df16f89690dc5b4e (diff) | |
download | guix-fc3b2cbb046458d17094fd567b24c30d862dee64.tar guix-fc3b2cbb046458d17094fd567b24c30d862dee64.tar.gz |
gnu: retroarch: Update to 1.3.6.
* gnu/packages/games.scm (retroarch): Update to 1.3.6.
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 5ccefcb4fc..409e2842b9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -864,7 +864,7 @@ either by Infocom or created using the Inform compiler.") (define-public retroarch (package (name "retroarch") - (version "1.3.4") + (version "1.3.6") (source (origin (method url-fetch) @@ -872,7 +872,7 @@ either by Infocom or created using the Inform compiler.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "077v1sj000y3csjw9vradba3k2aknvg5k8521z8aya6q987klwx5")))) + (base32 "1xar0wagcz50clwwkvjg4zq9m1sjqw47vw3xx44pisdj94g21m5y")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |