gnu: mame: Update to 0.206.
* gnu/packages/emulators.scm (mame): Update to 0.206.
This commit is contained in:
parent
0dcea35d9a
commit
2e484e78cd
1 changed files with 2 additions and 2 deletions
|
@ -1183,7 +1183,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.205")
|
||||
(version "0.206")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1193,7 +1193,7 @@ (define-public mame
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q5z18rlmas598fxga8jr2d6xdngdzjab49xfy4hffdmlq624lw7"))
|
||||
"0i01h5ars1yd96ndmzhk47931hf261m8frqz1ha7s2gy52f0q86y"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue