gnu: mame: Update to 0.216.

* gnu/packages/emulators.scm (mame): Update to 0.216.
This commit is contained in:
Nicolas Goaziou 2019-12-01 21:35:22 +01:00
parent b4cb5d7a48
commit 8ab624f991
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1203,7 +1203,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.215") (version "0.216")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1213,7 +1213,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
"1fj2qahi0fpn41zxph06wdgjashy6vsgj0gqfly8hvcmv99r3d65")) "1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.