diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 18:37:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:27:19 +0200 |
commit | 47253d4837f72dc912f08bdbcd657d968e6ef8ce (patch) | |
tree | 091a3851b59a5a6aa11e94c06cceac1768fe51b4 /gnu/packages/emulators.scm | |
parent | 937b08b110e62de78a7d1d1072163cd2f4534677 (diff) | |
download | guix-47253d4837f72dc912f08bdbcd657d968e6ef8ce.tar.gz guix-47253d4837f72dc912f08bdbcd657d968e6ef8ce.zip |
gnu: mame: Update to 0.221.
* gnu/packages/emulators.scm (mame): Update to 0.221.
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 85e2016e49..7fad8a775b 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1274,7 +1274,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.220") + (version "0.221") (source (origin (method git-fetch) @@ -1283,7 +1283,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 "0x3yr195zi7xjr21p1c2l8c0vhg0a0af0mpz4i1w7q7r9krvcvz4")) + (base32 "07fl7alj9zlyb93i8lnn4706ndy3qiv0pjvwnwysk5rqa0r3463y")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |