mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: mame: Update to 0.216.
* gnu/packages/emulators.scm (mame): Update to 0.216.
This commit is contained in:
parent
b4cb5d7a48
commit
8ab624f991
1 changed files with 2 additions and 2 deletions
|
@ -1203,7 +1203,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.215")
|
||||
(version "0.216")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1213,7 +1213,7 @@ (define-public mame
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fj2qahi0fpn41zxph06wdgjashy6vsgj0gqfly8hvcmv99r3d65"))
|
||||
"1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue