gnu: mame: Update to 0.206.

* gnu/packages/emulators.scm (mame): Update to 0.206.
This commit is contained in:
Nicolas Goaziou 2019-01-30 22:59:44 +01:00
parent 0dcea35d9a
commit 2e484e78cd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1183,7 +1183,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.205") (version "0.206")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1193,7 +1193,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
"1q5z18rlmas598fxga8jr2d6xdngdzjab49xfy4hffdmlq624lw7")) "0i01h5ars1yd96ndmzhk47931hf261m8frqz1ha7s2gy52f0q86y"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.