mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: mame: Update to 0.221.
* gnu/packages/emulators.scm (mame): Update to 0.221.
This commit is contained in:
parent
937b08b110
commit
47253d4837
1 changed files with 2 additions and 2 deletions
|
@ -1274,7 +1274,7 @@ (define-public scummvm
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.220")
|
||||
(version "0.221")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1283,7 +1283,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x3yr195zi7xjr21p1c2l8c0vhg0a0af0mpz4i1w7q7r9krvcvz4"))
|
||||
(base32 "07fl7alj9zlyb93i8lnn4706ndy3qiv0pjvwnwysk5rqa0r3463y"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue