diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-01-30 22:59:44 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-01-30 22:59:44 +0100 |
commit | 2e484e78cd1ba021a87a56e4d94cd315fb19fba9 (patch) | |
tree | 1f7de61fbf8dbe48255a372419809fdf95f77cc2 /gnu | |
parent | 0dcea35d9a5dc03cbb56f0681bbf6839ab3315d6 (diff) |
gnu: mame: Update to 0.206.
* gnu/packages/emulators.scm (mame): Update to 0.206.
Diffstat (limited to 'gnu')
-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 ec6fe3aa60..19050af1ed 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1183,7 +1183,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.205") + (version "0.206") (source (origin (method git-fetch) @@ -1193,7 +1193,7 @@ play them on systems for which they were never designed!") (file-name (git-file-name name version)) (sha256 (base32 - "1q5z18rlmas598fxga8jr2d6xdngdzjab49xfy4hffdmlq624lw7")) + "0i01h5ars1yd96ndmzhk47931hf261m8frqz1ha7s2gy52f0q86y")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |