mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: mame: Update to 0.223.
* gnu/packages/emulators.scm (mame): Update to 0.223.
This commit is contained in:
parent
accdd9dd97
commit
c9d9ea1f92
1 changed files with 2 additions and 2 deletions
|
@ -1397,7 +1397,7 @@ play them on systems for which they were never designed!")
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.222")
|
||||
(version "0.223")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1406,7 +1406,7 @@ play them on systems for which they were never designed!")
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bfnwfxsnmza4s77ca0cyx4b290dwadkbbc2lyd7xa0yqrh7vvlx"))
|
||||
(base32 "0fmf9ygbic4lw84vifhpz8wq2736dj8zsi1cqhb1m0fjq3dvn0vm"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue