diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-29 22:58:25 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-29 22:58:25 +0100 |
commit | b7d95d3a61194eae8d4b7dd4f852a0abfc06a68a (patch) | |
tree | 1f890da5007a488e0bd4e28be22c738ed378b3e6 /gnu/packages | |
parent | b9a9c8efca7fdf17ebda56518ac5df789de63e8f (diff) | |
download | guix-b7d95d3a61194eae8d4b7dd4f852a0abfc06a68a.tar.gz guix-b7d95d3a61194eae8d4b7dd4f852a0abfc06a68a.zip |
gnu: mame: Update to 0.217.
* gnu/packages/emulators.scm (mame): Update to 0.217.
Diffstat (limited to 'gnu/packages')
-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 6312c6c5ed..63c1332c2f 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1218,7 +1218,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.216") + (version "0.217") (source (origin (method git-fetch) @@ -1228,7 +1228,7 @@ play them on systems for which they were never designed!") (file-name (git-file-name name version)) (sha256 (base32 - "1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc")) + "03h4d0d8lh6djjff3zqhjm14klc9n129yzwygdqppz0f43w97cmw")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |