diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-24 23:31:54 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-24 23:33:09 +0200 |
commit | b24b19e3ffb01ae0663e96dbafc01759646c142f (patch) | |
tree | 5f776f9e56079f15ebc8b9b11fb3f3bb9d9d4fae /gnu | |
parent | ba39d3280759fb20a4ff0092a5afac721a5fa769 (diff) | |
download | guix-b24b19e3ffb01ae0663e96dbafc01759646c142f.tar guix-b24b19e3ffb01ae0663e96dbafc01759646c142f.tar.gz |
gnu: retroarch: Update to 1.7.2.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 75b191c067..9bf78ce05f 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1043,7 +1043,7 @@ emulation community. It provides highly accurate emulation.") (define-public retroarch (package (name "retroarch") - (version "1.7.1") + (version "1.7.2") (source (origin (method url-fetch) @@ -1051,7 +1051,7 @@ emulation community. It provides highly accurate emulation.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679")))) + (base32 "1sk3cp8y4rdiyhk2rgk1asdla5mpmybr778v0zqb5m4iyhrd1m2y")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |