gnu: retroarch: Update to 1.9.2.

* gnu/packages/emulators.scm (retroarch): Update to 1.9.2.
[arguments]: Remove obsolete ‘--disable-git_version’ configure flag.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-01 18:07:18 +02:00
parent fd02abd1df
commit d9d1efe971
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1313,7 +1313,7 @@ (define-public libretro-lowresnx
(define-public retroarch
(package
(name "retroarch")
(version "1.9.1")
(version "1.9.2")
(source
(origin
(method git-fetch)
@ -1322,7 +1322,7 @@ (define-public retroarch
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0cacb2m3p4fsxxbwh4h5q75mczyp0x56i2gc99pdkz1a4434zfnh"))
(base32 "0zrry2zwknzsrrz8r6rl1iy9hmiv4dwjmf61aidx3xwxby3g82qg"))
(patches
(search-patches "retroarch-LIBRETRO_DIRECTORY.patch"))))
(build-system gnu-build-system)
@ -1359,7 +1359,6 @@ (define-public retroarch
'("--enable-neon" "--enable-floathard")
'())
(string-append "--prefix=" out)
"--disable-git_version" ; we use release version
;; Non-free software are available through the core updater,
;; disable it. See <https://issues.guix.gnu.org/38360>.
"--disable-update_cores"