mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mame: Update to 0.224.
* gnu/packages/emulators.scm (mame): Update to 0.224.
This commit is contained in:
parent
78a684f57d
commit
686bb9342f
1 changed files with 2 additions and 2 deletions
|
@ -1397,7 +1397,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.223")
|
||||
(version "0.224")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1406,7 +1406,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fmf9ygbic4lw84vifhpz8wq2736dj8zsi1cqhb1m0fjq3dvn0vm"))
|
||||
(base32 "0dpg4hz2f1wlp0rmk5c5xq57fy0sblh97z3l66p814wkgzap4bhx"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue