mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: mame: Update to 0.236.
* gnu/packages/emulators.scm (mame): Update to 0.236.
This commit is contained in:
parent
324de089cb
commit
79771bd2bb
1 changed files with 2 additions and 2 deletions
|
@ -1761,7 +1761,7 @@ (define-public libticalcs2
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.235")
|
||||
(version "0.236")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1770,7 +1770,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1iz5p51am7gh19i0zx96vfpfpza8xvrz9f2pd908jsc4xpr36agd"))
|
||||
(base32 "0pxvvdirbwakl5cy7lp0zib6z176ckxx8c3mazsd7q1ddxxd3l8x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue