guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emulators: Update dolphin-emu to a working v


From: guix-commits
Subject: branch master updated: gnu: emulators: Update dolphin-emu to a working version.
Date: Mon, 08 Feb 2021 15:13:21 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce60b47  gnu: emulators: Update dolphin-emu to a working version.
ce60b47 is described below

commit ce60b4753531f94a36a130864b1572b4000d0411
Author: Manolis Ragkousis <manolis837@gmail.com>
AuthorDate: Mon Feb 8 21:12:59 2021 +0100

    gnu: emulators: Update dolphin-emu to a working version.
    
    * gnu/packages/emulators.scm (dolphin-emu): Update to a working commit
      version.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e52a5fc..382ddbc 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -133,8 +133,8 @@
 
 ;; Building from recent Git because the official 5.0 release no longer builds.
 (define-public dolphin-emu
-  (let ((commit "a9745400ec5cea7e55d94955afbdc44d1a4982d1")
-        (revision "7"))
+  (let ((commit "3e4bf57c696ed1e4f465075ae311653de2cd33b0")
+        (revision "8"))
     (package
       (name "dolphin-emu")
       (version (git-version "5.0" revision commit))
@@ -160,7 +160,7 @@
              #t))
          (sha256
           (base32
-           "0ic08ii4vlqlmk2wkfc99jiy6nji2wfq56r7slj23wgvhznnaabk"))))
+           "0mscspwd4k635b0857253ic55idlv2jvjdljssbryf8kd1ikwlhs"))))
       (build-system cmake-build-system)
       (arguments
        '(#:tests? #f



reply via email to

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