gnu: mame: Update to 0.218.

* gnu/packages/emulators.scm (mame): Update to 0.218.
This commit is contained in:
Nicolas Goaziou 2020-02-02 12:32:36 +01:00
parent b72629eb24
commit 0b15c11050
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1264,7 +1264,7 @@ (define-public scummvm
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.217") (version "0.218")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1273,8 +1273,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.))))) (commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1c43hqfabc7spkyk5ma4bjdb0yqm93sdg5g13ka8mvi462snrfd7"))
"03h4d0d8lh6djjff3zqhjm14klc9n129yzwygdqppz0f43w97cmw"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.