guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: mame: Update to 0.224.


From: guix-commits
Subject: 02/07: gnu: mame: Update to 0.224.
Date: Fri, 28 Aug 2020 16:00:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 686bb9342f203ea68eb74e8ff94b8d4c64b90e58
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 28 09:35:21 2020 +0200

    gnu: mame: Update to 0.224.
    
    * gnu/packages/emulators.scm (mame): Update to 0.224.
---
 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 ea90b53..d0d581c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1397,7 +1397,7 @@ play them on systems for which they were never designed!")
 (define-public mame
   (package
     (name "mame")
-    (version "0.223")
+    (version "0.224")
     (source
      (origin
        (method git-fetch)
@@ -1406,7 +1406,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 "0fmf9ygbic4lw84vifhpz8wq2736dj8zsi1cqhb1m0fjq3dvn0vm"))
+        (base32 "0dpg4hz2f1wlp0rmk5c5xq57fy0sblh97z3l66p814wkgzap4bhx"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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