me
/
guix
Archived
1
0
Fork 0

gnu: ppsspp: Update to 1.11.3.

* gnu/packages/emulators.scm (ppsspp): Update to 1.11.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2094,7 +2094,7 @@ framework based on QEMU.")
(define-public ppsspp
(package
(name "ppsspp")
(version "1.11.2")
(version "1.11.3")
(source
(origin
(method git-fetch)
@ -2102,7 +2102,7 @@ framework based on QEMU.")
(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"))