gnu: ppsspp: Update to 1.11.3.

* gnu/packages/emulators.scm (ppsspp): Update to 1.11.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-09 14:45:09 +01:00
parent 17db882d29
commit 4c6fa85136
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2094,7 +2094,7 @@ (define-public unicorn
(define-public ppsspp (define-public ppsspp
(package (package
(name "ppsspp") (name "ppsspp")
(version "1.11.2") (version "1.11.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2102,7 +2102,7 @@ (define-public ppsspp
(url "https://github.com/hrydgard/ppsspp") (url "https://github.com/hrydgard/ppsspp")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "03nxarx0l1ndi9fffl1wjfwsg3pk2bwf72cwcfaski1sg3dxsv7h")) (base32 "1dpxnwvl6jq7z67lbjws4lqc1bxc31xi6ddlmg5n3aig008yi2fp"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(patches (patches
(search-patches "ppsspp-disable-upgrade-and-gold.patch")) (search-patches "ppsspp-disable-upgrade-and-gold.patch"))