gnu: retroarch: Update to 1.17.0.
* gnu/packages/emulators.scm (retroarch): Update to 1.17.0. Change-Id: I8e6d1df67061bb80274649bda5964d9f4303b9dc Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ca927423f0
commit
8073252e06
@ -1433,7 +1433,7 @@ as RetroArch.")
|
||||
(define-public retroarch
|
||||
(package
|
||||
(name "retroarch")
|
||||
(version "1.16.0.3")
|
||||
(version "1.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -1442,7 +1442,7 @@ as RetroArch.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nvvd78hx1s73nif7g02pqms29b9v072mxnld0vmsh78236qngq5"))))
|
||||
(base32 "1mf511wh7kpj29vv7rgngamvmfs151n8j4dls7jbqasdj5hik3zi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
Loading…
Reference in New Issue
Block a user