mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mame: Update to 0.245.
* gnu/packages/emulators.scm (mame): Update to 0.245. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
45ed812da5
commit
8cc2061bc0
1 changed files with 2 additions and 2 deletions
|
@ -1712,7 +1712,7 @@ (define-public libticalcs2
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.241")
|
||||
(version "0.245")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1721,7 +1721,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13bm81qyzvpllzmrak5nb87cdyyvsv4hcnznnrz4jyx1bd8ky6ap"))
|
||||
(base32 "1w34hcvnibnz0xaydh2kdciffng07zins9lnrv041fmzlk4318qb"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue