mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mame: Update to 0.218.
* gnu/packages/emulators.scm (mame): Update to 0.218.
This commit is contained in:
parent
b72629eb24
commit
0b15c11050
1 changed files with 2 additions and 3 deletions
|
@ -1264,7 +1264,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.217")
|
||||
(version "0.218")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1273,8 +1273,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03h4d0d8lh6djjff3zqhjm14klc9n129yzwygdqppz0f43w97cmw"))
|
||||
(base32 "1c43hqfabc7spkyk5ma4bjdb0yqm93sdg5g13ka8mvi462snrfd7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue