guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mame: Update to 0.225.


From: guix-commits
Subject: branch master updated: gnu: mame: Update to 0.225.
Date: Sat, 03 Oct 2020 14:53:18 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8d0bc58  gnu: mame: Update to 0.225.
8d0bc58 is described below

commit 8d0bc58f2bbf1458365a99a500f5f90b224f1ca4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 16:14:28 2020 +0200

    gnu: mame: Update to 0.225.
    
    * gnu/packages/emulators.scm (mame): Update to 0.225.
---
 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 f18a01e..cf48b20 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1385,7 +1385,7 @@ play them on systems for which they were never designed!")
 (define-public mame
   (package
     (name "mame")
-    (version "0.224")
+    (version "0.225")
     (source
      (origin
        (method git-fetch)
@@ -1394,7 +1394,7 @@ play them on systems for which they were never designed!")
              (commit (apply string-append "mame" (string-split version #\.)))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dpg4hz2f1wlp0rmk5c5xq57fy0sblh97z3l66p814wkgzap4bhx"))
+        (base32 "1n61v1yqmc69399khcm8gdabqaz8rwwj822m8vm5mbyxnw92icqg"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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