mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: mame: Update to 0.215.
* gnu/packages/emulators.scm (mame): Update to 0.215.
This commit is contained in:
parent
4e64eca4ec
commit
b36726af09
1 changed files with 2 additions and 2 deletions
|
@ -1188,7 +1188,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.214")
|
||||
(version "0.215")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1198,7 +1198,7 @@ (define-public mame
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"129yk3ybcviscy2xk1mkkzxm4h4nh5p6ndfgqbmcx547p1s6hbja"))
|
||||
"1fj2qahi0fpn41zxph06wdgjashy6vsgj0gqfly8hvcmv99r3d65"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue