diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-09 11:24:59 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-09 11:26:05 +0200 |
commit | 7e4f6f131ed2270f1c53ead666f266a77c93d1a1 (patch) | |
tree | d2fa14ae2f0b798fcf17e66b9bc59d4472b272b1 /gnu/packages | |
parent | 593e9da137395c5bb29c420e4c36f590885aa39d (diff) | |
download | guix-7e4f6f131ed2270f1c53ead666f266a77c93d1a1.tar guix-7e4f6f131ed2270f1c53ead666f266a77c93d1a1.tar.gz |
gnu: retroarch: Update checksum.
* gnu/packages/emulators.scm (retroarch): Update checksum.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index a1e1800ae8..1784111cdf 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1058,7 +1058,7 @@ emulation community. It provides highly accurate emulation.") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0fdribjfc5zz9brzhqcxw6m76kvyg13l67aiigszv4wsjd5j3gpz")))) + (base32 "1wykv0w0kdlh7lh0k1ig0lpk5vh4c7r19jlfa9103jmjlryrq679")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests |