mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: mame: Update to 0.233.
* gnu/packages/emulators.scm (mame): Update to 0.233.
This commit is contained in:
parent
ddbfc21f76
commit
468caeb701
1 changed files with 2 additions and 2 deletions
|
@ -1771,7 +1771,7 @@ (define-public libticalcs2
|
|||
(define-public mame
|
||||
(package
|
||||
(name "mame")
|
||||
(version "0.232")
|
||||
(version "0.233")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1780,7 +1780,7 @@ (define-public mame
|
|||
(commit (apply string-append "mame" (string-split version #\.)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1v6qka8k4smah08rp62kgjmc84hwsg1iqhms0369rhdh722bgpn7"))
|
||||
(base32 "1zq7hvss004mwczk3jvyalkj9c5v6npswhkc2wj7dxyxz770clb3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
|
|
Loading…
Reference in a new issue