guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: ppsspp: Update to 1.11.3.


From: guix-commits
Subject: 03/11: gnu: ppsspp: Update to 1.11.3.
Date: Tue, 9 Mar 2021 09:25:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4c6fa851363b9e9d0bf4e4d83009b05e363e126d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 14:45:09 2021 +0100

    gnu: ppsspp: Update to 1.11.3.
    
    * gnu/packages/emulators.scm (ppsspp): Update to 1.11.3.
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index a2e7b99..1cd23c3 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]