mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: mame: Update to 0.222.
* gnu/packages/emulators.scm (mame): Update to 0.222.
This commit is contained in:
parent
0e2353731c
commit
435dce1df7
1 changed files with 2 additions and 2 deletions
|
@ -1338,7 +1338,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.221")
|
||||
(version "0.222")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1347,7 +1347,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07fl7alj9zlyb93i8lnn4706ndy3qiv0pjvwnwysk5rqa0r3463y"))
|
||||
(base32 "1bfnwfxsnmza4s77ca0cyx4b290dwadkbbc2lyd7xa0yqrh7vvlx"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue