guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: mame: Update to 0.222.


From: guix-commits
Subject: 06/12: gnu: mame: Update to 0.222.
Date: Tue, 30 Jun 2020 22:14:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 435dce1df72c865f521d51bdaaf78049abb888d9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 02:52:54 2020 +0200

    gnu: mame: Update to 0.222.
    
    * gnu/packages/emulators.scm (mame): Update to 0.222.
---
 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 8b39517..c0353c6 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1338,7 +1338,7 @@ play them on systems for which they were never designed!")
 (define-public mame
   (package
     (name "mame")
-    (version "0.221")
+    (version "0.222")
     (source
      (origin
        (method git-fetch)
@@ -1347,7 +1347,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 "07fl7alj9zlyb93i8lnn4706ndy3qiv0pjvwnwysk5rqa0r3463y"))
+        (base32 "1bfnwfxsnmza4s77ca0cyx4b290dwadkbbc2lyd7xa0yqrh7vvlx"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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