guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dolphin-emu: Update to commit 2c57e70.


From: guix-commits
Subject: 01/01: gnu: dolphin-emu: Update to commit 2c57e70.
Date: Tue, 4 Dec 2018 04:04:24 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 1f51f0d975d95a2ba645193cf43d0a294d952e83
Author: Rutger Helling <address@hidden>
Date:   Tue Dec 4 10:01:21 2018 +0100

    gnu: dolphin-emu: Update to commit 2c57e70.
    
    * gnu/packages/emulators.scm (dolphin-emu): Update to commit 2c57e70.
---
 gnu/packages/emulators.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 232adfb..795595e 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -117,8 +117,8 @@
 
 ;; Building from recent Git because the official 5.0 release no longer builds.
 (define-public dolphin-emu
-  (let ((commit "22ddd11573fd8d3e43a879804e7a64e50928435d")
-        (revision "4"))
+  (let ((commit "2c57e709d0f9e4010a4415de4192de887e37f187")
+        (revision "5"))
     (package
       (name "dolphin-emu")
       (version (git-version "5.0" revision commit))
@@ -144,7 +144,7 @@
              #t))
          (sha256
           (base32
-           "01l6r8spaslqc73m3y7hfb2jx5a4848vdkman6x6w2arpb8bywzl"))))
+           "0aszfdfvs7yg4bmrd3qxwsiz7hx3mrj29f4aw86bz7h9j7hkh57f"))))
       (build-system cmake-build-system)
       (arguments
        '(#:tests? #f



reply via email to

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