gnu: ppsspp: Update to 1.11.3.
* gnu/packages/emulators.scm (ppsspp): Update to 1.11.3.
This commit is contained in:
parent
17db882d29
commit
4c6fa85136
1 changed files with 2 additions and 2 deletions
|
@ -2094,7 +2094,7 @@ (define-public unicorn
|
|||
(define-public ppsspp
|
||||
(package
|
||||
(name "ppsspp")
|
||||
(version "1.11.2")
|
||||
(version "1.11.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2102,7 +2102,7 @@ (define-public ppsspp
|
|||
(url "https://github.com/hrydgard/ppsspp")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "03nxarx0l1ndi9fffl1wjfwsg3pk2bwf72cwcfaski1sg3dxsv7h"))
|
||||
(base32 "1dpxnwvl6jq7z67lbjws4lqc1bxc31xi6ddlmg5n3aig008yi2fp"))
|
||||
(file-name (git-file-name name version))
|
||||
(patches
|
||||
(search-patches "ppsspp-disable-upgrade-and-gold.patch"))
|
||||
|
|
Loading…
Reference in a new issue