gnu: mame: Update to 0.217.
* gnu/packages/emulators.scm (mame): Update to 0.217.master
parent
b9a9c8efca
commit
b7d95d3a61
|
@ -1218,7 +1218,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.216")
|
(version "0.217")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1228,7 +1228,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
|
||||||
"1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc"))
|
"03h4d0d8lh6djjff3zqhjm14klc9n129yzwygdqppz0f43w97cmw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled libraries.
|
;; Remove bundled libraries.
|
||||||
|
|
Reference in New Issue