me
/
guix
Archived
1
0
Fork 0

gnu: mame: Update to 0.217.

* gnu/packages/emulators.scm (mame): Update to 0.217.
master
Nicolas Goaziou 2019-12-29 22:58:25 +01:00
parent b9a9c8efca
commit b7d95d3a61
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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.