diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-26 18:54:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-26 18:54:16 +0200 |
commit | 936a4f43716502046aba26ff82524c733660efed (patch) | |
tree | 34bc529abed6a332f36173fe4cfa6547b51e439e /gnu/packages/emulators.scm | |
parent | e379d1b5efad293951fd35920bbf142376058696 (diff) |
gnu: mame: Update to 0.209.
* gnu/packages/emulators.scm (mame): Update to 0.209.
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 f9358c7225..7923c5ab03 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1191,7 +1191,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.208") + (version "0.209") (source (origin (method git-fetch) @@ -1201,7 +1201,7 @@ play them on systems for which they were never designed!") (file-name (git-file-name name version)) (sha256 (base32 - "14j7n4haggqsph0nw69d79z3y9lrdc7rzs2sl1kzggfnd37nh81s")) + "08qvwmx8wbfkqxiccmcff86dsrlq6wjxf6blnhhrsbzic1ji99bh")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |