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