gnu: mame: Update to 0.202.

* gnu/packages/emulators.scm (mame): Update to 0.202.
This commit is contained in:
Rutger Helling 2018-09-27 09:50:01 +02:00
parent 428d2ca2ec
commit c4a3ea3885
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36

View File

@ -1184,7 +1184,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.201") (version "0.202")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1194,7 +1194,7 @@ play them on systems for which they were never designed!")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"00whiig4ld3d4fkl34q48vlf28ygvvp5g7fp0rb5n31ymhl4kajk")) "1v9gm124p65nbj678gfkcvwphp9qc15ky2p12ca6g3rllma94di5"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.