Skip to content
Snippets Groups Projects
Unverified Commit 6bc0bed1 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: retroarch: Update to 1.8.0.

* gnu/packages/emulators.scm (retroarch): Update to 1.8.0.
parent ca1f4b19
No related branches found
No related tags found
No related merge requests found
...@@ -1053,7 +1053,7 @@ (define-public nestopia-ue ...@@ -1053,7 +1053,7 @@ (define-public nestopia-ue
(define-public retroarch (define-public retroarch
(package (package
(name "retroarch") (name "retroarch")
(version "1.7.9.2") (version "1.8.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -1062,7 +1062,7 @@ (define-public retroarch ...@@ -1062,7 +1062,7 @@ (define-public retroarch
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "14kay5g9rnm79mly7b4x5jwkidjaki8qqkpf21hnj1r2z1q7bp5b")))) (base32 "1mgszd8gb5nk08kfykap9b1l5rl4qfy39dbba8crjj0zkc4z1jga"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment