mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mame: Update to 0.235.
* gnu/packages/emulators.scm (mame): Update to 0.235.
This commit is contained in:
parent
0f853ab773
commit
75a3413b4e
1 changed files with 2 additions and 2 deletions
|
@ -1772,7 +1772,7 @@ (define-public libticalcs2
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.234")
|
||||
(version "0.235")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1781,7 +1781,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "010ing14pfwc0j7jnghjdcvq0qr7g4dplnggl545apyy61zigdkn"))
|
||||
(base32 "1iz5p51am7gh19i0zx96vfpfpza8xvrz9f2pd908jsc4xpr36agd"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue