From 435dce1df72c865f521d51bdaaf78049abb888d9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 1 Jul 2020 02:52:54 +0200 Subject: 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(-) (limited to 'gnu/packages/emulators.scm') diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 8b39517e3f..c0353c69af 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. -- cgit v1.2.3