gnu: mame: Update to 0.211.
* gnu/packages/emulators.scm (mame): Update to 0.211.
This commit is contained in:
parent
c30d117822
commit
6ad087b821
|
@ -1191,7 +1191,7 @@ play them on systems for which they were never designed!")
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.210")
|
||||
(version "0.211")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1201,7 +1201,7 @@ play them on systems for which they were never designed!")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"08c62mc8aajzh44q36qvmrcq404hdzh3i8wwdfnvn0c4w8dbf486"))
|
||||
"0gbxgncbzmmplijg0c1ibwsb87fbmfvs1kjflh002yyx8yvfw83z"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in New Issue