gnu: mame: Update to 0.238.

* gnu/packages/emulators.scm (mame): Update to 0.238.
This commit is contained in:
Nicolas Goaziou 2021-11-24 16:39:26 +01:00
parent c8005b63fa
commit 2b7b736654
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1750,7 +1750,7 @@ (define-public libticalcs2
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.237") (version "0.238")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1759,7 +1759,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.))))) (commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0syj7l262s2ac70dfg47pakd6fk8x3p3sasixmcwdmvnzkiqvmj4")) (base32 "188h9a4lla0gimbss1bfvlidsm0l8smhqrhplv973k8j2jgf74fb"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.