gnu: mame: Update to 0.219.

* gnu/packages/emulators.scm (mame): Update to 0.219.
This commit is contained in:
Nicolas Goaziou 2020-03-01 09:51:40 +01:00
parent 1d9b4664e3
commit bc490e070a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1280,7 +1280,7 @@ play them on systems for which they were never designed!")
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.218") (version "0.219")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1289,7 +1289,7 @@ play them on systems for which they were never designed!")
(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 "1c43hqfabc7spkyk5ma4bjdb0yqm93sdg5g13ka8mvi462snrfd7")) (base32 "0s3nhkfa5c17ar1lzgvm20ndqain9llgqkab0ji5ycv2c85f06fl"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.