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
|
(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"))
|
||||||
|
|
Loading…
Reference in a new issue