diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 02:52:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:54:56 +0200 |
commit | 435dce1df72c865f521d51bdaaf78049abb888d9 (patch) | |
tree | cf462c676e5cbb38cf42913a2b6dbd9c77f1ce87 /gnu/packages/emulators.scm | |
parent | 0e2353731c87f72865394ada225cd6facb1b9cf5 (diff) | |
download | guix-435dce1df72c865f521d51bdaaf78049abb888d9.tar.gz guix-435dce1df72c865f521d51bdaaf78049abb888d9.zip |
gnu: mame: Update to 0.222.
* gnu/packages/emulators.scm (mame): Update to 0.222.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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. |