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