diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-09-01 15:04:03 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-09-01 15:06:10 +0200 |
commit | 8cb2f0ff2bce0cef922871d21b25779626c2eabf (patch) | |
tree | 19149c4293ea21d12323e330467882f54e23bb9d | |
parent | 5db9d10dfd27a76475287126fe8a1b741489df4e (diff) | |
download | patches-8cb2f0ff2bce0cef922871d21b25779626c2eabf.tar patches-8cb2f0ff2bce0cef922871d21b25779626c2eabf.tar.gz |
gnu: retroarch: Update hash.
* gnu/packages/emulators.scm (retroarch): Update hash (due to bugfix release).
-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 930878dc58..3b2b5430fd 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1059,7 +1059,7 @@ emulation community. It provides highly accurate emulation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xxd9nhqiclpkdd9crymvba37fl0xs5mikwhya68nfzcgar7w480")))) + (base32 "0jwy5winrm87s6xa645fwa47x242r25m6i3rwf10x59448bd19r6")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |