gnu: mame: Update to 0.236.

* gnu/packages/emulators.scm (mame): Update to 0.236.
This commit is contained in:
Nicolas Goaziou 2021-09-29 15:58:56 +02:00
parent 324de089cb
commit 79771bd2bb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1761,7 +1761,7 @@ (define-public libticalcs2
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.235") (version "0.236")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1770,7 +1770,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 "1iz5p51am7gh19i0zx96vfpfpza8xvrz9f2pd908jsc4xpr36agd")) (base32 "0pxvvdirbwakl5cy7lp0zib6z176ckxx8c3mazsd7q1ddxxd3l8x"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.