mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mame: Update to 0.219.
* gnu/packages/emulators.scm (mame): Update to 0.219.
This commit is contained in:
parent
1d9b4664e3
commit
bc490e070a
1 changed files with 2 additions and 2 deletions
|
@ -1280,7 +1280,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.218")
|
||||
(version "0.219")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1289,7 +1289,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c43hqfabc7spkyk5ma4bjdb0yqm93sdg5g13ka8mvi462snrfd7"))
|
||||
(base32 "0s3nhkfa5c17ar1lzgvm20ndqain9llgqkab0ji5ycv2c85f06fl"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue